Server.ClusterQuorumState Property
SQL Server 2012
Gets the state of the cluster quorum.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
'Declaration <SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _ Public ReadOnly Property ClusterQuorumState As ClusterQuorumState Get 'Usage Dim instance As Server Dim value As ClusterQuorumState value = instance.ClusterQuorumState
Property Value
Type: Microsoft.SqlServer.Management.Smo.ClusterQuorumStateThe state of the cluster quorum.
