TraceReader.GetChars メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した列の位置から文字配列値を取得します。その際、バッファー オフセット位置から開始します。
オーバーロード
GetChars(Int32, Char[], Int32, Int32, Int32) |
指定した列の位置にあるレコードから文字配列値を取得します。 |
GetChars(Int32, Int64, Char[], Int32, Int32) |
指定した列の位置にあるレコードから文字配列値を取得します。 |
GetChars(Int32, Char[], Int32, Int32, Int32)
指定した列の位置にあるレコードから文字配列値を取得します。
public:
int GetChars(int ordinal, cli::array <char> ^ buffer, int length, int bufferoffset, int fieldoffset);
public int GetChars (int ordinal, char[] buffer, int length, int bufferoffset, int fieldoffset);
member this.GetChars : int * char[] * int * int * int -> int
Public Function GetChars (ordinal As Integer, buffer As Char(), length As Integer, bufferoffset As Integer, fieldoffset As Integer) As Integer
パラメーター
- buffer
- Char[]
文字配列の読み込み先のバッファーを示す System.UInt8 配列。
戻り値
配列で返される文字数を指定する int32 値。
例
適用対象
GetChars(Int32, Int64, Char[], Int32, Int32)
指定した列の位置にあるレコードから文字配列値を取得します。
public:
virtual long GetChars(int ordinal, long fieldoffset, cli::array <char> ^ buffer, int bufferoffset, int length);
public long GetChars (int ordinal, long fieldoffset, char[] buffer, int bufferoffset, int length);
abstract member GetChars : int * int64 * char[] * int * int -> int64
override this.GetChars : int * int64 * char[] * int * int -> int64
Public Function GetChars (ordinal As Integer, fieldoffset As Long, buffer As Char(), bufferoffset As Integer, length As Integer) As Long
パラメーター
戻り値
配列に返される文字数を示す Int64 値。