GetFloat メソッド
指定された列の値を示す Float を返します。
名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (msmgdsrv.dll)
構文
'宣言
Public Function GetFloat ( _
i As Integer _
) As Single
'使用
Dim instance As AdomdDataReader
Dim i As Integer
Dim returnValue As Single
returnValue = instance.GetFloat(i)
public float GetFloat(
int i
)
public:
virtual float GetFloat(
int i
) sealed
abstract GetFloat :
i:int -> float32
override GetFloat :
i:int -> float32
public final function GetFloat(
i : int
) : float
パラメーター
- i
型: System. . :: . .Int32
取得する列の位置を示す 0 から始まる序数です。
戻り値
型: System. . :: . .Single
指定された列の値を示す Single です。