Udostępnij za pośrednictwem


Właściwość Server.IsClustered

Pobiera wartość właściwość IsClustered.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsClustered As Boolean
    Get
'Użycie
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

Wartość właściwości

Typ: System.Boolean
Boolean

Implementacje

IServerInformation.IsClustered