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 命名空间