Metoda GetDouble
Zwraca dane dla określonej kolumna z danego typu. Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Deklaracja
Public Function GetDouble ( _
i As Integer _
) As Double
'Użycie
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
Parameters
- i
Typ: System. . :: . .Int32
Numer porządkowy kolumna od zera.
Wartość zwracana
Typ: System. . :: . .Double
Wartość określona kolumna.