Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets a value that indicates whether the associated method is safe to run with the ExecuteForPrepare property set to true.
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
Property Value
Type: System.Boolean
true if the associated method is safe to run with the ExecuteForPrepare property set to true; otherwise, false.