Share via


IDTSHttpClientConnection100.OpenRead 메서드

정의

ServerURL 속성에 의해 지정된 리소스에서 다운로드할 데이터에 대한 읽을 수 있는 스트림을 엽니다.

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IStream ^ OpenRead();
[System.Runtime.InteropServices.DispId(23)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IStream OpenRead ();
[<System.Runtime.InteropServices.DispId(23)>]
abstract member OpenRead : unit -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IStream
Public Function OpenRead () As IStream

반환

리소스의 데이터를 읽는 데 사용되는 스트림입니다.

특성

설명

자세한 내용은 HttpClientConnection100Class를 참조하세요.

적용 대상