Énumération ClusterQuorumType
Specifies the different types of ways a cluster can decide on a quorum.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public Enumeration ClusterQuorumType
'Utilisation
Dim instance As ClusterQuorumType
public enum ClusterQuorumType
public enum class ClusterQuorumType
type ClusterQuorumType
public enum ClusterQuorumType
Membres
Nom de membre | 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. |