다음을 통해 공유


RowCount 속성

Gets the number of rows in the physical partition.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property RowCount As Double
    Get
‘사용 방법
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

속성 값

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