Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the current stat of the cluster quorum.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration ClusterQuorumState
'Usage
Dim instance As ClusterQuorumState
public enum ClusterQuorumState
public enum class ClusterQuorumState
type ClusterQuorumState
public enum ClusterQuorumState
Members
| Member name | Description | |
|---|---|---|
| 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. |