BlobColumn.GetBlobData(Int32, Int32) メソッド

定義

列内の指定された部分のデータを返します。

public:
 cli::array <System::Byte> ^ GetBlobData(int offset, int count);
public byte[] GetBlobData(int offset, int count);
member this.GetBlobData : int * int -> byte[]
Public Function GetBlobData (offset As Integer, count As Integer) As Byte()

パラメーター

offset
Int32

データの取得を開始するためのバイトインデックス。

count
Int32

取得すべきデータバイト数。

返品

Byte[]

列内の指定された部分のデータを含むバイトの配列です。

適用対象