Partilhar via


Propriedade RowCount

Gets the number of rows in the physical partition.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute> _
Public ReadOnly Property RowCount As Double
    Get
'Uso
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

Valor da propriedade

Tipo: System. . :: . .Double
A Int64 value that specifies the row count for the physical partition.