Partager via


Méthode DataProvider.GetChar

Returns data for the specified column with the given type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

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

Paramètres

Valeur de retour

Type : System.Char
The value of the specified column.

Implémente

IDataRecord.GetChar(Int32)

Voir aussi

Référence

DataProvider Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc