Share via


IDTSManagedComponentWrapper100.AddBLOBData 方法

定义

添加 IDTSManagedComponentWrapper100 的 BLOB 数据。

public:
 void AddBLOBData(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBuffer100 ^ pIDTSBuffer, int hRow, int hCol, cli::array <System::Byte> ^ % ppsaData);
public void AddBLOBData (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100 pIDTSBuffer, int hRow, int hCol, ref byte[] ppsaData);
abstract member AddBLOBData : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100 * int * int * Byte[] -> unit
Public Sub AddBLOBData (pIDTSBuffer As IDTSBuffer100, hRow As Integer, hCol As Integer, ByRef ppsaData As Byte())

参数

pIDTSBuffer
IDTSBuffer100

DTS 缓冲区。

hRow
Int32

行。

hCol
Int32

列。

ppsaData
Byte[]

BLOB 数据。

适用于