PhysicalPartition.RowCount プロパティ

物理パーティション内の行数を取得します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property RowCount As Double 
    Get
'使用
Dim instance As PhysicalPartition 
Dim value As Double 

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

プロパティ値

型: System.Double
物理パーティションの行数を示す Int64 値です。

関連項目

参照

PhysicalPartition クラス

Microsoft.SqlServer.Management.Smo 名前空間