Udostępnij przez


Metoda AdomdDataReader.GetDouble

Zwraca podwójne zawiera wartości z określonej kolumna.

Przestrzeń nazw:  Microsoft.AnalysisServices.AdomdServer
Zestaw:  msmgdsrv (w msmgdsrv.dll)

Składnia

'Deklaracja
Public Function GetDouble ( _
    i As Integer _
) As Double
'Użycie
Dim instance As AdomdDataReader
Dim i As Integer
Dim returnValue As Double

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

Parametry

  • i
    Typ: System.Int32
    Od zera Pozycja porządkowa kolumna, które mają zostać pobrane.

Wartość zwracana

Typ: System.Double
A podwójne zawiera wartość określona kolumna.

Implementacje

IDataRecord.GetDouble(Int32)