Compartir a través de


Server.IsClustered Propiedad

Gets the IsClustered property value.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsClustered As Boolean 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Boolean
The IsClustered property value.

Implementa

IServerInformation.IsClustered

Vea también

Referencia

Server Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo