次の方法で共有


GetDouble メソッド

指定された列の値を示す Double を返します。

名前空間:  Microsoft.AnalysisServices.AdomdServer
アセンブリ:  msmgdsrv (msmgdsrv.dll)

構文

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

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

パラメーター

戻り値

型: System. . :: . .Double
指定された列の値を示す Double です。

実装

IDataRecord. . :: . .GetDouble(Int32)