Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Specifies the different types of ways a cluster can decide on a quorum.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SqlEnum (в Microsoft.SqlServer.SqlEnum.dll)
Синтаксис
'Декларация
Public Enumeration ClusterQuorumType
'Применение
Dim instance As ClusterQuorumType
public enum ClusterQuorumType
public enum class ClusterQuorumType
type ClusterQuorumType
public enum ClusterQuorumType
Элементы
| Имя элемента | Описание | |
|---|---|---|
| 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. |