Partilhar via


Propriedade do RDL Server.ClusterQuorumState

Gets the state of the cluster quorum.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ClusterQuorumState As ClusterQuorumState 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

Server Classe

Namespace Microsoft.SqlServer.Management.Smo