Compartir a través de


ObjectReference.IsValid Property

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

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
<XmlIgnoreAttribute> _
Public ReadOnly Property IsValid As Boolean
[XmlIgnoreAttribute] 
public bool IsValid { get; }
[XmlIgnoreAttribute] 
public:
property bool IsValid {
    bool get ();
}
/** @property */
public boolean get_IsValid ()
public function get IsValid () : boolean

Valor de propiedad

true if object is valid; otherwise, false.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ObjectReference Class
ObjectReference Members
Microsoft.AnalysisServices Namespace