Propriété IsValid

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsValid As Boolean
    Get
'Utilisation
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

Valeur de propriété

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