IDTSManagedComponentWrapper100.AddBLOBDataLen 方法

定义

为 . 添加 BLOB 数据。IDTSManagedComponentWrapper100

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

参数

pIDTSBuffer
IDTSBuffer100

DTS缓冲区。

hRow
Int32

那些排队。

hCol
Int32

列。

ppsaData
Byte[]

BLOB的数据。

dwCount
UInt32

数据数量。

适用于