IDTSHttpClientConnection100.OpenRead Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property.
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
Returns
A stream used to read data from the resource.
- Attributes
Remarks
For more information, see HttpClientConnection100Class.