Compartir a través de


PhysicalPartition.RowCount Propiedad

Gets the number of rows in the physical partition.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property RowCount As Double 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

PhysicalPartition Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo