语言

IDTSBuffer100.SetBLOBFromObject(Int32, Int32, IDTSBLOBObject100) 方法

定义

将 中 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 列。

适用于