Server.IsClustered Property

Gets the IsClustered property value.

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

Syntax

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

value = instance.IsClustered
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsClustered { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
virtual property bool IsClustered {
    bool get () sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
abstract IsClustered : bool
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
override IsClustered : bool
final function get IsClustered () : boolean

Property Value

Type: System.Boolean
The IsClustered property value.

Implements

IServerInformation.IsClustered

See Also

Reference

Server Class

Microsoft.SqlServer.Management.Smo Namespace