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

包含列中数据的指定部分的字节数组。

适用于