Share via


IDTSManagedComponentWrapper100.AddBLOBDataLen Méthode

Définition

Ajoute des données BLOB pour IDTSManagedComponentWrapper100.

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)

Paramètres

pIDTSBuffer
IDTSBuffer100

Mémoire tampon DTS.

hRow
Int32

Lignes.

hCol
Int32

Colonne.

ppsaData
Byte[]

Données BLOB.

dwCount
UInt32

Nombre de données.

S’applique à