共用方式為


SafeToPrepareAttribute.IsSafeToPrepare 屬性

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

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property IsSafeToPrepare As Boolean 
    Get
'用途
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

屬性值

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

請參閱

參考

SafeToPrepareAttribute 類別

Microsoft.AnalysisServices.AdomdServer 命名空間