RowCount 属性

Gets the number of rows in the physical partition.

命名空间:  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
A Int64 value that specifies the row count for the physical partition.