Metoda DataProvider.GetChar
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)
Składnia
'Deklaracja
Public Function GetChar ( _
i As Integer _
) As Char
'Użycie
Dim instance As DataProvider
Dim i As Integer
Dim returnValue As Char
returnValue = instance.GetChar(i)
public char GetChar(
int i
)
public:
virtual wchar_t GetChar(
int i
) sealed
abstract GetChar :
i:int -> char
override GetChar :
i:int -> char
public final function GetChar(
i : int
) : char
Parametry
- i
Typ: System.Int32
Numer porządkowy kolumna od zera.
Wartość zwracana
Typ: System.Char
Wartość określona kolumna.