共用方式為


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