IDTSBuffer100.GetBLOBStream(Int32, Int32) 메서드

정의

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

매개 변수

hRow
Int32
hCol
Int32

반품

IStream 인터페이스입니다.

설명

이 방법은 이진 대형 객체(BLOB)에서 데이터 바이트를 읽고 쓸 수 있는 IStream 인터페이스를 가져오는 데 사용됩니다. IStream이 스트림을 이용한 데이터 조작을 마치면, SetBLOBFromStream 메서드를 사용하여 다시 열에 삽입할 수 있습니다.

적용 대상