语言

IDTSManagedComponentWrapper100.GetBLOBData 方法

定义

获取BLOB数据。

public:
 cli::array <System::Byte> ^ GetBLOBData(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBuffer100 ^ pIDTSBuffer, int hRow, int hCol, System::UInt32 dwOffset, System::UInt32 dwCount);
public byte[] GetBLOBData(Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100 pIDTSBuffer, int hRow, int hCol, uint dwOffset, uint dwCount);
abstract member GetBLOBData : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100 * int * int * uint32 * uint32 -> byte[]
Public Function GetBLOBData (pIDTSBuffer As IDTSBuffer100, hRow As Integer, hCol As Integer, dwOffset As UInteger, dwCount As UInteger) As Byte()

参数

pIDTSBuffer
IDTSBuffer100

DTS缓冲区。

hRow
Int32

吵架。

hCol
Int32

列。

dwOffset
UInt32

偏移量。

dwCount
UInt32

数据数量。

返回

Byte[]

BLOB的数据。

适用于