언어

IDTSBuffer100.GetBLOBObject(Int32, Int32) 메서드

정의

IDTSBLOBObject100 는 . 열의 IDTSBuffer100바이트를 읽고 쓰는 데 사용됩니다.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBLOBObject100 ^ GetBLOBObject(int hRow, int hCol);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBLOBObject100 GetBLOBObject(int hRow, int hCol);
abstract member GetBLOBObject : int * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBLOBObject100
Public Function GetBLOBObject (hRow As Integer, hCol As Integer) As IDTSBLOBObject100

매개 변수

hRow
Int32

그 손잡이.

hCol
Int32

기둥 손잡이.

반품

IDTSBLOBObject100 개체입니다.

설명

이 객체는 IDTSBLOBObject100 이진 대형 객체(BLOB) 열의 데이터를 조작하는 데 사용할 수 있습니다.

적용 대상