BlobColumn.GetBlobData(Int32, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
列内のデータの指定部分を返します。
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[]
列内のデータの指定部分を含むバイトの配列です。