次の方法で共有


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[]

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

適用対象