언어

IDTSManagedComponentWrapper100.AddBLOBData 메서드

정의

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 데이터.

적용 대상