Proprietà AvailabilityReplica.QuorumVoteCount

Gets the quorum vote count.

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

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property QuorumVoteCount As Integer 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Int32
The quorum vote count.

Vedere anche

Riferimento

AvailabilityReplica Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo