ClusterQuorumState Enum

Definition

The current stat of the cluster quorum

[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.ClusterQuorumStateConverter))]
public enum ClusterQuorumState
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.ClusterQuorumStateConverter))>]
type ClusterQuorumState = 
Public Enum ClusterQuorumState
Inheritance
ClusterQuorumState
Attributes

Fields

ForcedQuorum 2

Cluster is in forced quorum state

NormalQuorum 1

Cluster has quorum

NotApplicable 3

The server is not in a windows cluster

UnknownQuorumState 0

Cluster has unknown quorum

Applies to