Information.IsClustered Property
Gets the Boolean value that specifies whether the instance of SQL Server is a clustered server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute> _
Public ReadOnly Property IsClustered As Boolean
[SfcPropertyAttribute]
public bool IsClustered { get; }
[SfcPropertyAttribute]
public:
property bool IsClustered {
bool get ();
}
/** @property */
public boolean get_IsClustered ()
public function get IsClustered () : boolean
Property Value
A Boolean value that specifies whether the instance of SQL Server is running on a clustered server. If True, the server is clustered. Otherwise, False (default).
Remarks
The IsClustered property is a Boolean value that specifies whether the instance of SQL Server is a clustered server, by using Windows Clustering, for example.
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.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also