RowCount プロパティ

サービス キューの行数を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo.Broker
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property RowCount As Long
    Get
'使用
Dim instance As ServiceQueue
Dim value As Long

value = instance.RowCount
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public long RowCount { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property long long RowCount {
    long long get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
member RowCount : int64
function get RowCount () : long

プロパティ値

型: System. . :: . .Int64
サービス キューの行数を示す Int64 値です。