IDTSBuffer100.SetBLOBFromObject(Int32, Int32, IDTSBLOBObject100) 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.
Assigns the data contained in an IDTSBLOBObject100 to a column in an IDTSBuffer100.
public:
void SetBLOBFromObject(int hRow, int hCol, Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBLOBObject100 ^ pIDTSBLOBObject);
public void SetBLOBFromObject (int hRow, int hCol, Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBLOBObject100 pIDTSBLOBObject);
abstract member SetBLOBFromObject : int * int * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBLOBObject100 -> unit
Public Sub SetBLOBFromObject (hRow As Integer, hCol As Integer, pIDTSBLOBObject As IDTSBLOBObject100)
Parameters
- hRow
- Int32
The row handle.
- hCol
- Int32
The column handle.
- pIDTSBLOBObject
- IDTSBLOBObject100
The IDTSBLOBObject100 that contains the data that is written to the column.
Remarks
This method writes the data stored in the IDTSBLOBObject100 to the column specified by the hCol
parameter.