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