Freigeben über


IDTSManagedComponentWrapper100.AddBLOBData Methode

Definition

Fügt BLOB-Daten für IDTSManagedComponentWrapper100 hinzu.

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())

Parameter

pIDTSBuffer
IDTSBuffer100

Der DTS-Puffer.

hRow
Int32

Die Zeilen.

hCol
Int32

Die Spalte.

ppsaData
Byte[]

Die BLOB-Daten.

Gilt für: