语言

HttpClientConnection100Class.OpenRead 方法

定义

打开一条可读的数据流,供从属性指定的 ServerURL 资源下载数据。

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

返回

一个用于从资源中读取数据的流。

实现

属性

适用于