Compartir a través de


SafeToPrepareAttribute.IsSafeToPrepare Property

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

Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (in msmgdsrv.dll)

Sintaxis

'Declaración
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

Valor de propiedad

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

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

SafeToPrepareAttribute Class
SafeToPrepareAttribute Members
Microsoft.AnalysisServices.AdomdServer Namespace