共用方式為


PhysicalPartition.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.

請參閱

參考

PhysicalPartition 類別

Microsoft.SqlServer.Management.Smo 命名空間