Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a value that indicates whether the associated method is safe to run with the ExecuteForPrepare property set to true.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsSafeToPrepare As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
true if the associated method is safe to run with the ExecuteForPrepare property set to true; otherwise, false.