Freigeben über


SafeToPrepareAttribute.IsSafeToPrepare-Eigenschaft

Ruft einen Wert ab, der angibt, ob die zugeordnete Methode sicher ausgeführt werden kann, wenn die ExecuteForPrepare-Eigenschaft auf true festgelegt ist.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property IsSafeToPrepare As Boolean 
    Get
'Usage
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

Eigenschaftswert

Typ: Boolean
true, wenn die zugeordnete Methode sicher ausgeführt werden kann, wenn die ExecuteForPrepare-Eigenschaft auf true festgelegt ist, andernfalls false.

Siehe auch

Verweis

SafeToPrepareAttribute Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace