Compartir a través de


ObjectReference.IsValid Propiedad

Gets a value indicating whether the object referenced is valid.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsValid As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ObjectReference Clase

Espacio de nombres Microsoft.AnalysisServices