RowCountAsDouble 属性
Gets the number of rows in the table as a floating point value.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<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.