AdomdDataReader.GetChar Method

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

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Function GetChar ( _
    i As Integer _
) As Char
'Usage
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

Parameters

  • i
    Type: System.Int32
    The zero-based ordinal position of the column to be retrieved.

Return Value

Type: System.Char
A Char that contains the value of the specified column.

Implements

IDataRecord.GetChar(Int32)

See Also

Reference

AdomdDataReader Class

Microsoft.AnalysisServices.AdomdServer Namespace