HttpClientConnection100Class.OpenRead Method

Definition

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

Returns

A Stream used to read data from the resource.

Implements

Attributes

Applies to