Bagikan melalui


IDTSManagedComponentWrapper100.AddBLOBDataLen Metode

Definisi

Menambahkan data BLOB untuk 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)

Parameter

pIDTSBuffer
IDTSBuffer100

Buffer DTS.

hRow
Int32

Baris.

hCol
Int32

Kolom.

ppsaData
Byte[]

Data BLOB.

dwCount
UInt32

Jumlah data.

Berlaku untuk