Udostępnij przez


IServerInformation.IsClustered Property

Gets a Boolean value that specifies if the instance of SQL Server is clustered. This property is not CLS-compliant.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<DisplayDescriptionKeyAttribute("Server_IsClusteredDesc")> _
<DisplayNameKeyAttribute("Server_IsClusteredName")> _
ReadOnly Property IsClustered As Boolean
[DisplayDescriptionKeyAttribute("Server_IsClusteredDesc")] 
[DisplayNameKeyAttribute("Server_IsClusteredName")] 
bool IsClustered { get; }
[DisplayDescriptionKeyAttribute(L"Server_IsClusteredDesc")] 
[DisplayNameKeyAttribute(L"Server_IsClusteredName")] 
property bool IsClustered {
    bool get ();
}
/** @property */
boolean get_IsClustered ()
function get IsClustered () : boolean

Property Value

Boolean

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.