RowCount プロパティ
物理パーティション内の行数を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property RowCount As Double
Get
'使用
Dim instance As PhysicalPartition
Dim value As Double
value = instance.RowCount
[SfcPropertyAttribute]
public double RowCount { get; }
[SfcPropertyAttribute]
public:
property double RowCount {
double get ();
}
[<SfcPropertyAttribute>]
member RowCount : float
function get RowCount () : double
プロパティ値
型: System. . :: . .Double
物理パーティションの行数を示す Int64 値です。