HttpClientConnection100Class.OpenRead 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为要从 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
返回
用于从资源读取数据的流。
实现
- 属性