ObjectReference.IsValid 屬性

Gets a value indicating whether the object referenced is valid.

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

語法

'宣告
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.

請參閱

參考

ObjectReference 類別

Microsoft.AnalysisServices 命名空間