Метод DataProvider.GetChar

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 GetChar ( _
    i As Integer _
) As Char
'Применение
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

Параметры

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

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

Реализует

IDataRecord.GetChar(Int32)

См. также

Справочник

DataProvider Класс

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc