Linguaggio

IDTSManagedComponentWrapper100.AddBLOBData Metodo

Definizione

Aggiunge dati BLOB per il IDTSManagedComponentWrapper100.

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

Parametri

pIDTSBuffer
IDTSBuffer100

Il buffer DTS.

hRow
Int32

Le discussioni.

hCol
Int32

Colonna.

ppsaData
Byte[]

I dati BLOB.

Si applica a