IDTSBuffer100::GetBLOBObject Method (Int32, Int32)
Gets an IDTSBLOBObject100 that is used to read and write the bytes in a column in an IDTSBuffer100.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Parameters
- hRow
-
Type:
System::Int32
The handle of the row.
- hCol
-
Type:
System::Int32
The handle of the column.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper::IDTSBLOBObject100^An IDTSBLOBObject100 object.
The IDTSBLOBObject100 object can be used to manipulate the data in a binary large object (BLOB) column.
Show: