ClusterQuorumType 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 different types of ways a cluster can decide on a quorum
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.ClusterQuorumTypeConverter))]
public enum ClusterQuorumType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.ClusterQuorumTypeConverter))>]
type ClusterQuorumType =
Public Enum ClusterQuorumType
- Inheritance
-
ClusterQuorumType
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| NodeMajority | 0 | Quorum is decided by node majority |
| NodeAndDiskMajority | 1 | Quorum is decided by node and disk majority |
| NodeAndFileshareMajority | 2 | Quorum is decided by node and fileshare majority |
| DiskOnly | 3 | Quorum is decided by disk only vote |
| NotApplicable | 4 | The server is not in a Windows Cluster |
| CloudWitness | 5 | Quorum is decided by node and cloud majority |