ClusterQuorumType 枚举

定义

群集可以决定仲裁的不同方式

[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

仲裁由节点和云多数决定

适用于