IDTSBuffer100::SetBLOBFromObject Method (Int32, Int32, IDTSBLOBObject100^)
Assigns the data contained in an IDTSBLOBObject100 to a column in an IDTSBuffer100.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Parameters
- hRow
-
Type:
System::Int32
The row handle.
- hCol
-
Type:
System::Int32
The column handle.
- pIDTSBLOBObject
-
Type:
Microsoft.SqlServer.Dts.Pipeline.Wrapper::IDTSBLOBObject100^
The IDTSBLOBObject100 that contains the data that is written to the column.
This method writes the data stored in the IDTSBLOBObject100 to the column specified by the hCol parameter.
Show: