IDTSBuffer100::AddBLOBData Method (Int32, Int32, Byte%, UInt32)

 

Appends byte data to a column in an IDTSBuffer100.

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

void AddBLOBData(
	int hRow,
	int hCol,
	[InAttribute] unsigned char% lpData,
	unsigned int dwLength
)

Parameters

hRow
Type: System::Int32

The row handle.

hCol
Type: System::Int32

The column handle.

lpData
Type: System::Byte%

A pointer to the bytes that are written to the column.

dwLength
Type: System::UInt32

The number of bytes to write.

This method is used to append an array of bytes to the column specified by the hCol parameter.

Return to top
Show: