Condividi tramite


AdomdDataReader.GetDecimal Method

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

Spazio dei nomi: Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Function GetDecimal ( _
    i As Integer _
) As Decimal
public decimal GetDecimal (
    int i
)
public:
virtual Decimal GetDecimal (
    int i
) sealed
public final Decimal GetDecimal (
    int i
)
public final function GetDecimal (
    i : int
) : decimal

Parametri

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

Valore restituito

A Decimal that contains the value of the specified column.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

AdomdDataReader Class
AdomdDataReader Members
Microsoft.AnalysisServices.AdomdServer Namespace