Partager via


Propriété Server.ClusterQuorumType

Gets the type of the cluster quorum.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ClusterQuorumType As ClusterQuorumType 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Server Classe

Espace de noms Microsoft.SqlServer.Management.Smo