다음을 통해 공유


RowCountAsDouble 속성

Gets the number of rows in the table as a floating point value.

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

구문

‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property RowCountAsDouble As Double
    Get
‘사용 방법
Dim instance As Table
Dim value As Double

value = instance.RowCountAsDouble
[SfcPropertyAttribute]
public double RowCountAsDouble { get; }
[SfcPropertyAttribute]
public:
property double RowCountAsDouble {
    double get ();
}
[<SfcPropertyAttribute>]
member RowCountAsDouble : float
function get RowCountAsDouble () : double

속성 값

형식: System. . :: . .Double
A Float64 value that specifies the number of rows in the table.