다음을 통해 공유


IDTSBuffer100.GetBLOBObject(Int32, Int32) 메서드

정의

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

매개 변수

hRow
Int32
hCol
Int32

반환

IDTSBLOBObject100 개체입니다.

설명

IDTSBLOBObject100 개체를 사용하여 BLOB(Binary Large Object) 열의 데이터를 조작할 수 있습니다.

적용 대상