语言

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

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

适用于