Freigeben über


IDTSBuffer100.SetBLOBFromObject(Int32, Int32, IDTSBLOBObject100) Methode

Definition

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

Parameter

hRow
Int32
hCol
Int32
pIDTSBLOBObject
IDTSBLOBObject100

Hinweise

Diese Methode schreibt die daten, die in der IDTSBLOBObject100 durch den hCol Parameter angegebenen Spalte gespeichert sind.

Gilt für: