언어

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

that은 IDTSBLOBObject100 해당 열에 기록된 데이터를 포함합니다.

설명

이 메서드는 에 IDTSBLOBObject100 저장된 데이터를 매개변수가 지정한 hCol 열에 기록합니다.

적용 대상