RowCountAsDouble プロパティ

倍精度浮動小数点値として、サービス キューの行数を取得します。

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

構文

'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property RowCountAsDouble As Double
    Get
'使用
Dim instance As ServiceQueue
Dim value As Double

value = instance.RowCountAsDouble
[SfcPropertyAttribute]
public double RowCountAsDouble { get; }
[SfcPropertyAttribute]
public:
property double RowCountAsDouble {
    double get ();
}
[<SfcPropertyAttribute>]
member RowCountAsDouble : float
function get RowCountAsDouble () : double

プロパティ値

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