共用方式為


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.