IDTSBuffer100.SetBLOBFromObject(Int32, Int32, IDTSBLOBObject100) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 IDTSBLOBObject100 中包含的数据分配给 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)
参数
- hRow
- Int32
行句柄。
- hCol
- Int32
列句柄。
- pIDTSBLOBObject
- IDTSBLOBObject100
包含写入列的数据的 IDTSBLOBObject100。
注解
此方法将存储在列中的数据 IDTSBLOBObject100 写入参数指定的 hCol
列中。