ClusterQuorumState 열거형
Specifies the current stat of the cluster quorum.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SqlEnum(Microsoft.SqlServer.SqlEnum.dll)
구문
‘선언
Public Enumeration ClusterQuorumState
‘사용 방법
Dim instance As ClusterQuorumState
public enum ClusterQuorumState
public enum class ClusterQuorumState
type ClusterQuorumState
public enum ClusterQuorumState
멤버
멤버 이름 | 설명 | |
---|---|---|
ForcedQuorum | Cluster is in forced quorum state. | |
NormalQuorum | Cluster has quorum. | |
NotApplicable | The server is not in a windows cluster. | |
UnknownQuorumState | Cluster has unknown quorum. |