Partilhar via


Propriedade do RDL Server.IsClustered

Gets the IsClustered property value.

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

Sintaxe

'Declaração
<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 da propriedade

Tipo: System.Boolean
The IsClustered property value.

Implementa

IServerInformation.IsClustered

Consulte também

Referência

Server Classe

Namespace Microsoft.SqlServer.Management.Smo