언어

IDTSBuffer100.GetBLOBStream(Int32, Int32) 메서드

정의

. 의 열IDTSBuffer100에 저장된 이진 대형 객체(BLOB)에 접근하는 인터페이스를 얻 IStream 습니다.

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)의 데이터 바이트를 읽고 쓸 수 있는 인터페이스를 가져오 IStream 는 데 사용됩니다. 스트림을 이용한 데이터 조작이 끝나면 IStream , 이 SetBLOBFromStream 메서드를 사용해 다시 컬럼에 삽입할 수 있습니다.

적용 대상