IDTSManagedComponentWrapper100.AddBLOBDataLen Methode

Definition

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

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)

Parameter

pIDTSBuffer
IDTSBuffer100

Der DTS-Puffer.

hRow
Int32

Die Zeilen.

hCol
Int32

Die Spalte.

ppsaData
Byte[]

Die BLOB-Daten.

dwCount
UInt32

Die Anzahl der Daten.

Gilt für: