Condividi tramite


Metodo SqlCeUpdatableRecord.SetChars

Copia una lunghezza di caratteri char dal buffer indicato nel campo specificato, a partire dalla posizione specifica nel campo.

Spazio dei nomi  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Sintassi

'Dichiarazione
Public Sub SetChars ( _
    ordinal As Integer, _
    dataIndex As Long, _
    buffer As Char(), _
    bufferIndex As Integer, _
    length As Integer _
)
'Utilizzo
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim dataIndex As Long
Dim buffer As Char()
Dim bufferIndex As Integer
Dim length As Integer

instance.SetChars(ordinal, dataIndex, _
    buffer, bufferIndex, length)
public void SetChars(
    int ordinal,
    long dataIndex,
    char[] buffer,
    int bufferIndex,
    int length
)
public:
void SetChars(
    int ordinal, 
    long long dataIndex, 
    array<wchar_t>^ buffer, 
    int bufferIndex, 
    int length
)
member SetChars : 
        ordinal:int * 
        dataIndex:int64 * 
        buffer:char[] * 
        bufferIndex:int * 
        length:int -> unit 
public function SetChars(
    ordinal : int, 
    dataIndex : long, 
    buffer : char[], 
    bufferIndex : int, 
    length : int
)

Parametri

  • ordinal
    Tipo: System.Int32
    Posizione ordinale della colonna da impostare.
  • dataIndex
    Tipo: System.Int64
    Posizione all'interno della colonna da cui iniziare a copiare i dati.
  • buffer
    Tipo: array<System.Char[]
    Buffer contenente i dati da copiare.
  • bufferIndex
    Tipo: System.Int32
    Offset all'interno del buffer da cui copiare i dati.
  • length
    Tipo: System.Int32
    Numero massimo di byte da copiare.

Vedere anche

Riferimento

SqlCeUpdatableRecord Classe

Spazio dei nomi System.Data.SqlServerCe