Compartilhar via


Propriedade IsClustered

Gets the IsClustered property value.

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

Sintaxe

'Declaração
<SfcPropertyAttribute> _
Public ReadOnly Property IsClustered As Boolean
    Get
'Uso
Dim instance As Server
Dim value As Boolean

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

Valor da propriedade

Tipo: System. . :: . .Boolean
Boolean

Implementa

IServerInformation. . :: . .IsClustered