IDTSBuffer100.GetBLOBStream(Int32, Int32) 메서드

정의

IStream의 열에 저장된 BLOB(Binary Large Object)에 액세스하는 데 사용되는 IDTSBuffer100 인터페이스를 가져옵니다.

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

매개 변수

hRow
Int32

행 핸들입니다.

hCol
Int32

열 핸들입니다.

반환

IStream 인터페이스입니다.

설명

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

적용 대상