IsValid 속성

Gets a Boolean value indicating whether the object referenced is valid.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
Public ReadOnly Property IsValid As Boolean
    Get
‘사용 방법
Dim instance As ObjectReference
Dim value As Boolean

value = instance.IsValid
public bool IsValid { get; }
public:
property bool IsValid {
    bool get ();
}
member IsValid : bool
function get IsValid () : boolean

속성 값

형식: System. . :: . .Boolean
true if object is valid; otherwise, false.