다음을 통해 공유


IDTSBuffer100.SetBLOBFromObject(Int32, Int32, IDTSBLOBObject100) 메서드

정의

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)

매개 변수

hRow
Int32
hCol
Int32
pIDTSBLOBObject
IDTSBLOBObject100

설명

이 메서드는 IDTSBLOBObject100에 저장된 데이터를 매개 변수로 지정된 열에 hCol 씁니다.

적용 대상