Share via


IDTSBuffer100.GetBLOBStream(Int32, Int32) 메서드

정의

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IStream ^ GetBLOBStream(int hRow, int hCol);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IStream GetBLOBStream (int hRow, int hCol);
abstract member GetBLOBStream : int * int -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IStream
Public Function GetBLOBStream (hRow As Integer, hCol As Integer) As IStream

매개 변수

hRow
Int32
hCol
Int32

반환

IStream 인터페이스입니다.

설명

이 메서드는 BLOB(Binary Large Object)에서 데이터 바이트를 읽고 쓰는 데 사용할 수 있는 인터페이스를 검색 IStream 하는 데 사용됩니다. 스트림을 IStream 사용하여 데이터 조작이 완료되면 메서드를 사용하여 SetBLOBFromStream 열에 다시 삽입할 수 있습니다.

적용 대상