Partager via


ObjectReference.IsValid Property

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

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
<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

Valeur de propriété

true if object is valid; otherwise, false.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

ObjectReference Class
ObjectReference Members
Microsoft.AnalysisServices Namespace