다음을 통해 공유


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.dll의 msmgdsrv

구문

‘선언
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.