Compartilhar via


Propriedade do RDL Server.ClusterQuorumType

Gets the type 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 ClusterQuorumType As ClusterQuorumType 
    Get
'Uso
Dim instance As Server 
Dim value As ClusterQuorumType 

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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.ClusterQuorumType
The type of the cluster quorum.

Consulte também

Referência

Server Classe

Namespace Microsoft.SqlServer.Management.Smo