IDTSBuffer100.SetBLOBFromObject(Int32, Int32, IDTSBLOBObject100) Méthode

Définition

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)

Paramètres

hRow
Int32
hCol
Int32
pIDTSBLOBObject
IDTSBLOBObject100

Remarques

Cette méthode écrit les données stockées dans l’IDTSBLOBObject100 dans la colonne spécifiée par le hCol paramètre .

S’applique à