AvailabilityReplica.QuorumVoteCount 属性

Gets the quorum vote count.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property QuorumVoteCount As Integer 
    Get
用法
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

属性值

类型:System.Int32
The quorum vote count.

请参阅

参考

AvailabilityReplica 类

Microsoft.SqlServer.Management.Smo 命名空间