ObjectReference.IsValid Property
Gets a Boolean value indicating whether the object referenced is valid.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<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
Property Value
true if object is valid; otherwise, false.
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ObjectReference Class
ObjectReference Members
Microsoft.AnalysisServices Namespace