Метод AdomdDataReader.GetDouble
Returns a Double that contains the value from the specified column.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public Function GetDouble ( _
ordinal As Integer _
) As Double
'Применение
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
Параметры
- ordinal
Тип: System.Int32
The zero-based ordinal position of the column to be retrieved.
Возвращаемое значение
Тип: System.Double
A Double that contains the value of the specified column.