IsValid 屬性
Gets a Boolean 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.