Server.IsClustered Property

 

Applies To: SQL Server 2016 Preview

Gets a value that indicating whether the server is clustered.

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

Syntax

[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)]
public bool IsClustered { get; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::None | SfcPropertyFlags::Standalone | SfcPropertyFlags::Matrix)]
property bool IsClustered {
    virtual bool get() sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)>]
abstract IsClustered : bool with get
[<SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)>]
override IsClustered : bool with get
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Matrix)>
Public ReadOnly Property IsClustered As Boolean

Property Value

Type: System.Boolean

true if the server is clustered; otherwise, false.

Implements

IServerInformation.IsClustered

See Also

Server Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top