Langue

ClusterQuorumState Énumération

Définition

Statistiques actuelles du quorum de cluster

[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
Héritage
ClusterQuorumState
Attributs

Champs

Nom Valeur Description
UnknownQuorumState 0

Le cluster a un quorum inconnu

NormalQuorum 1

Le cluster dispose d’un quorum

ForcedQuorum 2

Le cluster est dans un état de quorum forcé

NotApplicable 3

Le serveur n’est pas dans un cluster Windows

S’applique à