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 命名空间