SafeToPrepareAttribute.IsSafeToPrepare Property

Gets a value that indicates whether the associated method is safe to run with the ExecuteForPrepare property set to true.

Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (in msmgdsrv.dll)

Синтаксис

'Декларация
Public ReadOnly Property IsSafeToPrepare As Boolean
public bool IsSafeToPrepare { get; }
public:
property bool IsSafeToPrepare {
    bool get ();
}
/** @property */
public boolean get_IsSafeToPrepare ()
public function get IsSafeToPrepare () : boolean

Значение свойства

true if the associated method is safe to run with the ExecuteForPrepare property set to true; otherwise, false.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

SafeToPrepareAttribute Class
SafeToPrepareAttribute Members
Microsoft.AnalysisServices.AdomdServer Namespace