Partager via


Méthode AdomdDataReader.GetChar

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

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public Function GetChar ( _
    ordinal As Integer _
) As Char
'Utilisation
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

Paramètres

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

Valeur de retour

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

Implémente

IDataRecord.GetChar(Int32)

Voir aussi

Référence

AdomdDataReader Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient