Freigeben über


AdomdDataReader.GetDouble-Methode

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

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

Syntax

'Declaration
Public Function GetDouble ( _
    ordinal As Integer _
) As Double
'Usage
Dim instance As AdomdDataReader 
Dim ordinal As Integer 
Dim returnValue As Double 

returnValue = instance.GetDouble(ordinal)
public double GetDouble(
    int ordinal
)
public:
virtual double GetDouble(
    int ordinal
) sealed
abstract GetDouble : 
        ordinal:int -> float  
override GetDouble : 
        ordinal:int -> float
public final function GetDouble(
    ordinal : int
) : double

Parameter

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

Rückgabewert

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

Implementiert

IDataRecord.GetDouble(Int32)

Siehe auch

Verweis

AdomdDataReader Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace