共用方式為


IDTSBuffer100.SetBLOBFromObject(Int32, Int32, IDTSBLOBObject100) Method

Definition

public:
 void SetBLOBFromObject(int hRow, int hCol, Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSBLOBObject100 ^ pIDTSBLOBObject);
public void SetBLOBFromObject (int hRow, int hCol, Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBLOBObject100 pIDTSBLOBObject);
abstract member SetBLOBFromObject : int * int * Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBLOBObject100 -> unit
Public Sub SetBLOBFromObject (hRow As Integer, hCol As Integer, pIDTSBLOBObject As IDTSBLOBObject100)

Parameters

hRow
Int32
hCol
Int32
pIDTSBLOBObject
IDTSBLOBObject100

Remarks

This method writes the data stored in the IDTSBLOBObject100 to the column specified by the hCol parameter.

Applies to