ManagedInstance.IsClustered Property

Definition

Gets a value that indicates whether the server instance is part of a clustered server.

public:
 property bool IsClustered { bool get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public bool IsClustered { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.IsClustered : bool
Public ReadOnly Property IsClustered As Boolean

Property Value

A Boolean value that indicates whether the server instance is part of a cluster. If True, the server instance is clustered. Otherwise, False.

Attributes

Applies to