共用方式為


SqlDataRecord.SetChars(Int32, Int64, Char[], Int32, Int32) 方法

定義

將儲存在資料行的資料設定為 Char 值的指定陣列。

public:
 virtual void SetChars(int ordinal, long fieldOffset, cli::array <char> ^ buffer, int bufferOffset, int length);
public virtual void SetChars (int ordinal, long fieldOffset, char[] buffer, int bufferOffset, int length);
abstract member SetChars : int * int64 * char[] * int * int -> unit
override this.SetChars : int * int64 * char[] * int * int -> unit
Public Overridable Sub SetChars (ordinal As Integer, fieldOffset As Long, buffer As Char(), bufferOffset As Integer, length As Integer)

參數

ordinal
Int32

資料行以零為起始的序數。

fieldOffset
Int64

要開始複製字元之欄位值的位移。

buffer
Char[]

要從其中複製字元的目標緩衝區。

bufferOffset
Int32

要從其中開始複製字元之緩衝區的位移。

length
Int32

要從該緩衝區複製的字元數目。

例外狀況

ordinal 小於 0 或大於資料行數目 (亦即 FieldCount)。

適用於