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


Метод GetChar

Returns a Char that contains the value from the specified column.

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public Function GetChar ( _
    ordinal As Integer _
) As Char
'Применение
Dim instance As AdomdDataReader
Dim ordinal As Integer
Dim returnValue As Char

returnValue = instance.GetChar(ordinal)
public char GetChar(
    int ordinal
)
public:
virtual wchar_t GetChar(
    int ordinal
) sealed
abstract GetChar : 
        ordinal:int -> char 
override GetChar : 
        ordinal:int -> char 
public final function GetChar(
    ordinal : int
) : char

Параметры

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

Тип: System. . :: . .Char
A Char that contains the value of the specified column.

Реализует

IDataRecord. . :: . .GetChar(Int32)