Метод GetChar

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

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

Синтаксис

'Декларация
Public Function GetChar ( _
    i As Integer _
) As Char
'Применение
Dim instance As AdomdDataReader
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
A Char that contains the value of the specified column.

Реализует

IDataRecord. . :: . .GetChar(Int32)