Compartir a través de


SafeToPrepareAttribute.IsSafeToPrepare Propiedad

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 (en msmgdsrv.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsSafeToPrepare As Boolean 
    Get
'Uso
Dim instance As SafeToPrepareAttribute 
Dim value As Boolean 

value = instance.IsSafeToPrepare
public bool IsSafeToPrepare { get; }
public:
property bool IsSafeToPrepare {
    bool get ();
}
member IsSafeToPrepare : bool
function get IsSafeToPrepare () : boolean

Valor de la propiedad

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

Vea también

Referencia

SafeToPrepareAttribute Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer