IDTSBuffer100.GetBLOBObject(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an IDTSBLOBObject100 that is used to read and write the bytes in a column in an IDTSBuffer100.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBLOBObject100 ^ GetBLOBObject(int hRow, int hCol);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBLOBObject100 GetBLOBObject (int hRow, int hCol);
abstract member GetBLOBObject : int * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBLOBObject100
Public Function GetBLOBObject (hRow As Integer, hCol As Integer) As IDTSBLOBObject100
Parameters
- hRow
- Int32
The handle of the row.
- hCol
- Int32
The handle of the column.
Returns
An IDTSBLOBObject100 object.
Remarks
The IDTSBLOBObject100 object can be used to manipulate the data in a binary large object (BLOB) column.