Поделиться через


Метод GetDouble

Returns data for the specified column with the given type. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Function GetDouble ( _
    i As Integer _
) As Double
'Применение
Dim instance As DataProvider
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

Параметры

Возвращаемое значение

Тип: System. . :: . .Double
The value of the specified column.

Реализует

IDataRecord. . :: . .GetDouble(Int32)