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

适用于