IDTSHttpClientConnection100.OpenRead Method

Definition

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.

Applies to