Freigeben über


AdomdDataReader.GetFloat-Methode

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

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Function GetFloat ( _
    i As Integer _
) As Single
'Usage
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

Parameter

  • i
    Typ: System.Int32
    The zero-based ordinal position of the column to be retrieved.

Rückgabewert

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

Implementiert

IDataRecord.GetFloat(Int32)

Siehe auch

Verweis

AdomdDataReader Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace