Compartir a través de


AdomdDataReader.GetFloat Método

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public Function GetFloat ( _
    i As Integer _
) As Single
'Uso
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

Parámetros

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

Valor devuelto

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

Implementa

IDataRecord.GetFloat(Int32)

Vea también

Referencia

AdomdDataReader Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer