AvailabilityReplica.QuorumVoteCount プロパティ

クォーラムの投票数を取得します。

名前空間:  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
クォーラムの投票数です。

関連項目

参照

AvailabilityReplica クラス

Microsoft.SqlServer.Management.Smo 名前空間