Proprietà Server.ClusterQuorumState

Gets the state of the cluster quorum.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ClusterQuorumState As ClusterQuorumState 
    Get
'Utilizzo
Dim instance As Server 
Dim value As ClusterQuorumState 

value = instance.ClusterQuorumState
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public ClusterQuorumState ClusterQuorumState { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property ClusterQuorumState ClusterQuorumState {
    ClusterQuorumState get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ClusterQuorumState : ClusterQuorumState
function get ClusterQuorumState () : ClusterQuorumState

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.ClusterQuorumState
The state of the cluster quorum.

Vedere anche

Riferimento

Server Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo