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.