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 different types of ways a cluster can decide on a quorum.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration ClusterQuorumType
'Usage
Dim instance As ClusterQuorumType
public enum ClusterQuorumType
public enum class ClusterQuorumType
type ClusterQuorumType
public enum ClusterQuorumType
Members
| Member name | Description | |
|---|---|---|
| DiskOnly | The quorum is decided by disk only vote. | |
| NodeAndDiskMajority | The quorum is decided by node and disk majority. | |
| NodeAndFileshareMajority | The quorum is decided by node and fileshare majority. | |
| NodeMajority | The quorum is decided by node majority. | |
| NotApplicable | The server is not in a Windows Cluster. |