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

欄位

名稱 Description
NodeMajority 0

法定人數由節點多數決定

NodeAndDiskMajority 1

法定人數由節點與磁碟多數決定

NodeAndFileshareMajority 2

法定人數由節點與檔案共享多數決定

DiskOnly 3

法定人數由僅以磁碟投票決定

NotApplicable 4

伺服器不在 Windows 叢集中

CloudWitness 5

法定人數由節點和雲端多數決定

適用於