Partager via


Méthode SqlCeUpdatableRecord.GetChars

Copie une longueur de char dans la mémoire tampon, en démarrant à une position spécifiée dans le champ indiqué.

Espace de noms :  System.Data.SqlServerCe
Assembly :  System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)

Syntaxe

'Déclaration
Public Function GetChars ( _
    ordinal As Integer, _
    dataIndex As Long, _
    buffer As Char(), _
    bufferIndex As Integer, _
    length As Integer _
) As Long
'Utilisation
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim dataIndex As Long
Dim buffer As Char()
Dim bufferIndex As Integer
Dim length As Integer
Dim returnValue As Long

returnValue = instance.GetChars(ordinal, _
    dataIndex, buffer, bufferIndex, length)
public long GetChars(
    int ordinal,
    long dataIndex,
    char[] buffer,
    int bufferIndex,
    int length
)
public:
virtual long long GetChars(
    int ordinal, 
    long long dataIndex, 
    array<wchar_t>^ buffer, 
    int bufferIndex, 
    int length
) sealed
abstract GetChars : 
        ordinal:int * 
        dataIndex:int64 * 
        buffer:char[] * 
        bufferIndex:int * 
        length:int -> int64 
override GetChars : 
        ordinal:int * 
        dataIndex:int64 * 
        buffer:char[] * 
        bufferIndex:int * 
        length:int -> int64 
public final function GetChars(
    ordinal : int, 
    dataIndex : long, 
    buffer : char[], 
    bufferIndex : int, 
    length : int
) : long

Paramètres

  • ordinal
    Type : System.Int32
    Position ordinale du champ à partir duquel récupérer les données.
  • dataIndex
    Type : System.Int64
    Offset (en caractères) du champ à partir duquel commencer la copie des données.
  • buffer
    Type : array<System.Char[]
    Mémoire tampon dans laquelle copier les données.
  • bufferIndex
    Type : System.Int32
    Offset de la mémoire tampon à partir duquel démarrer la copie.
  • length
    Type : System.Int32
    Nombre maximal d'octets à copier.

Valeur de retour

Type : System.Int64

Implémente

IDataRecord.GetChars(Int32, Int64, array<Char[], Int32, Int32)

Voir aussi

Référence

SqlCeUpdatableRecord Classe

Espace de noms System.Data.SqlServerCe