ClusterQuorumState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
UnknownQuorumState | 0 | Cluster has unknown quorum |
NormalQuorum | 1 | Cluster has quorum |
ForcedQuorum | 2 | Cluster is in forced quorum state |
NotApplicable | 3 | The server is not in a windows cluster |