Partager via


Méthode BusinessLogicDataReader.GetChar

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the value of the specified column as a single character.

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

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

BusinessLogicDataReader Classe

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport