RowCount 属性
Gets the number of rows in the physical partition.
命名空间: 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
A Int64 value that specifies the row count for the physical partition.