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
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 |