RowCount propriété
Gets the number of rows in the physical partition.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property RowCount As Double
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .Double
A Int64 value that specifies the row count for the physical partition.