Partager via


Propriété AvailabilityReplica.QuorumVoteCount

Gets the quorum vote count.

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

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property QuorumVoteCount As Integer 
    Get
'Utilisation
Dim instance As AvailabilityReplica 
Dim value As Integer 

value = instance.QuorumVoteCount
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)]
public int QuorumVoteCount { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::Standalone)]
public:
property int QuorumVoteCount {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)>]
member QuorumVoteCount : int
function get QuorumVoteCount () : int

Valeur de propriété

Type : System.Int32
The quorum vote count.

Voir aussi

Référence

AvailabilityReplica Classe

Espace de noms Microsoft.SqlServer.Management.Smo