ClusterQuorumType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
群集可以决定仲裁的不同方式
[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
- 继承
-
ClusterQuorumType
- 属性
字段
| 名称 | 值 | 说明 |
|---|---|---|
| NodeMajority | 0 | 仲裁由节点多数决定 |
| NodeAndDiskMajority | 1 | 仲裁由节点和磁盘多数决定 |
| NodeAndFileshareMajority | 2 | 仲裁由节点和文件共享多数决定 |
| DiskOnly | 3 | 仲裁由磁盘仅投票决定 |
| NotApplicable | 4 | 服务器不在Windows群集中 |
| CloudWitness | 5 | 仲裁由节点和云多数决定 |