次の方法で共有


GetDouble メソッド

指定した列の位置にあるデータ値の浮動小数点値を取得します。

名前空間:  Microsoft.SqlServer.Management.Trace
アセンブリ:  Microsoft.SqlServer.ConnectionInfoExtended (Microsoft.SqlServer.ConnectionInfoExtended.dll)

構文

'宣言
Public Function GetDouble ( _
    ordinal As Integer _
) As Double
'使用
Dim instance As TraceReader
Dim ordinal As Integer
Dim returnValue As Double

returnValue = instance.GetDouble(ordinal)
public double GetDouble(
    int ordinal
)
public:
virtual double GetDouble(
    int ordinal
) sealed
abstract GetDouble : 
        ordinal:int -> float 
override GetDouble : 
        ordinal:int -> float 
public final function GetDouble(
    ordinal : int
) : double

パラメーター

戻り値

型: System. . :: . .Double
指定した列の位置にあるデータを表す Float64 値。

実装

IDataRecord. . :: . .GetDouble(Int32)

使用例

Readme_Tracer