ManagedInstance.IsClustered Property

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

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

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property IsClustered As Boolean
    Get
'Usage
Dim instance As ManagedInstance
Dim value As Boolean

value = instance.IsClustered
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public bool IsClustered { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property bool IsClustered {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member IsClustered : bool
function get IsClustered () : boolean

Property Value

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