AdoDotNetSchemaReader.GetBytes メソッド (Int32, array<Byte , Int32, Int32)

指定したオフセット位置で開始する配列としてバッファーにバイトのストリームを読み込みます。

名前空間:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
アセンブリ:  Microsoft.VisualStudio.Data.Framework (Microsoft.VisualStudio.Data.Framework.dll 内)

構文

'宣言
Public Overrides Function GetBytes ( _
    index As Integer, _
    buffer As Byte(), _
    bufferIndex As Integer, _
    length As Integer _
) As Integer
public override int GetBytes(
    int index,
    byte[] buffer,
    int bufferIndex,
    int length
)
public:
virtual int GetBytes(
    int index, 
    array<unsigned char>^ buffer, 
    int bufferIndex, 
    int length
) override
abstract GetBytes : 
        index:int * 
        buffer:byte[] * 
        bufferIndex:int * 
        length:int -> int 
override GetBytes : 
        index:int * 
        buffer:byte[] * 
        bufferIndex:int * 
        length:int -> int 
public override function GetBytes(
    index : int, 
    buffer : byte[], 
    bufferIndex : int, 
    length : int
) : int

パラメーター

  • index
    型 : System.Int32
    読み取り操作を開始するデータ フィールドのインデックス。
  • buffer
    型 : array<System.Byte[]
    読み取るバイト配列。
  • bufferIndex
    型 : System.Int32
    データの設定を開始するバッファーのインデックス。
  • length
    型 : System.Int32
    バイト ストリームの長さ。

戻り値

型 : System.Int32
バイト ストリームの配列。

実装

IVsDataReader.GetBytes(Int32, array<Byte[], Int32, Int32)

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

AdoDotNetSchemaReader クラス

GetBytes オーバーロード

Microsoft.VisualStudio.Data.Framework.AdoDotNet 名前空間