Właściwość ManagedInstance.IsClustered
Pobiera wartość, która wskazuje, czy wystąpienie serwera jest częścią serwer klastrowany.
Przestrzeń nazw: Microsoft.SqlServer.Management.Utility
Zestaw: Microsoft.SqlServer.Management.Utility (w Microsoft.SqlServer.Management.Utility.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property IsClustered As Boolean
Get
'Użycie
Dim instance As ManagedInstance
Dim value As Boolean
value = instance.IsClustered
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public bool IsClustered { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property bool IsClustered {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member IsClustered : bool
function get IsClustered () : boolean
Wartość właściwości
Typ: System.Boolean
A Boolean wartość, która wskazuje, czy wystąpienie serwera jest częścią klastra.Jeśli True, klastrowanego wystąpienie serwera.W przeciwnym razie jest używana wartość False.