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
パラメーター
- ordinal
型: System. . :: . .Int32
データの列の位置を示す Int32 値。
戻り値
型: System. . :: . .Double
指定した列の位置にあるデータを表す Float64 値。