Expand Minimize
This topic has not yet been rated - Rate this topic

ClusterQuorumType Enumeration

SQL Server 2012

Specifies the different types of ways a cluster can decide on a quorum.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum ClusterQuorumType
Member nameDescription
NodeMajorityThe quorum is decided by node majority.
NodeAndDiskMajorityThe quorum is decided by node and disk majority.
NodeAndFileshareMajorityThe quorum is decided by node and fileshare majority.
DiskOnlyThe quorum is decided by disk only vote.
NotApplicableThe server is not in a Windows Cluster.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.