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

位元組陣列,其中包含資料行中的指定資料部分。

適用於