다음을 통해 공유


GetFloat 메서드

Returns a Float that contains the value from the specified column.

네임스페이스:  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

매개 변수

반환 값

유형: System. . :: . .Single
A Single that contains the value of the specified column.

구현

IDataRecord. . :: . .GetFloat(Int32)