AdomdDataReader.GetDecimal Method (Int32)

 

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

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public decimal GetDecimal(
    int ordinal
)
public:
virtual Decimal GetDecimal(
    int ordinal
) sealed
abstract GetDecimal : 
        ordinal:int -> decimal
override GetDecimal : 
        ordinal:int -> decimal
Public Function GetDecimal (
    ordinal As Integer
) As Decimal

Parameters

  • ordinal
    Type: System.Int32

    The zero-based ordinal position of the column to be retrieved.

Return Value

Type: System.Decimal

A Decimal that contains the value of the specified column.

Implements

IDataRecord.GetDecimal(Int32)

See Also

AdomdDataReader Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top