Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value indicating whether the object referenced is valid.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property IsValid As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if object is valid; otherwise, false.