ClusterQuorumType 열거형

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.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스