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

适用于