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
- 屬性
欄位
| 名稱 | 值 | Description |
|---|---|---|
| NodeMajority | 0 | 法定人數由節點多數決定 |
| NodeAndDiskMajority | 1 | 法定人數由節點與磁碟多數決定 |
| NodeAndFileshareMajority | 2 | 法定人數由節點與檔案共享多數決定 |
| DiskOnly | 3 | 法定人數由僅以磁碟投票決定 |
| NotApplicable | 4 | 伺服器不在 Windows 叢集中 |
| CloudWitness | 5 | 法定人數由節點和雲端多數決定 |