Share via


AvailabilityReplica.QuorumVoteCount Property

Gets the quorum vote count.

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

Syntax

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

Property Value

Type: System.Int32
The quorum vote count.

See Also

Reference

AvailabilityReplica Class

Microsoft.SqlServer.Management.Smo Namespace