Compartir a través de


AdomdDataReader.GetDecimal Método

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

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

Sintaxis

'Declaración
Public Function GetDecimal ( _
    ordinal As Integer _
) As Decimal
'Uso
Dim instance As AdomdDataReader 
Dim ordinal As Integer 
Dim returnValue As Decimal 

returnValue = instance.GetDecimal(ordinal)
public decimal GetDecimal(
    int ordinal
)
public:
virtual Decimal GetDecimal(
    int ordinal
) sealed
abstract GetDecimal : 
        ordinal:int -> decimal  
override GetDecimal : 
        ordinal:int -> decimal
public final function GetDecimal(
    ordinal : int
) : decimal

Parámetros

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

Valor devuelto

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

Implementa

IDataRecord.GetDecimal(Int32)

Vea también

Referencia

AdomdDataReader Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient