Поделиться через


Свойство Server.ClusterQuorumState

Gets the state of the cluster quorum.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ClusterQuorumState As ClusterQuorumState 
    Get
'Применение
Dim instance As Server 
Dim value As ClusterQuorumState 

value = instance.ClusterQuorumState
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public ClusterQuorumState ClusterQuorumState { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property ClusterQuorumState ClusterQuorumState {
    ClusterQuorumState get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ClusterQuorumState : ClusterQuorumState
function get ClusterQuorumState () : ClusterQuorumState

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.ClusterQuorumState
The state of the cluster quorum.

См. также

Справочник

Server Класс

Пространство имен Microsoft.SqlServer.Management.Smo