ClusterQuorumState 列挙型

定義

クラスター クォーラムの現在の統計

[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.ClusterQuorumStateConverter))]
public enum ClusterQuorumState
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.ClusterQuorumStateConverter))>]
type ClusterQuorumState = 
Public Enum ClusterQuorumState
継承
ClusterQuorumState
属性

フィールド

名前 説明
UnknownQuorumState 0

クラスターに不明なクォーラムがある

NormalQuorum 1

クラスターにクォーラムがある

ForcedQuorum 2

クラスターが強制クォーラム状態である

NotApplicable 3

サーバーが Windows クラスターにありません

適用対象