Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the number of rows in the physical partition.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property RowCount As Double
Get
'Usage
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
Property Value
Type: System.Double
A Int64 value that specifies the row count for the physical partition.