IDTSManagedComponentWrapper100.AddBLOBDataLen 메서드

정의

IDTSManagedComponentWrapper100에 대한 BLOB 데이터를 추가합니다.

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

데이터 수입니다.

적용 대상