IDTSHttpClientConnection100.OpenRead Metodo

Definizione

Apre un flusso leggibile per i dati da scaricare dalla risorsa specificata dalla proprietà ServerURL.

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

Restituisce

Flusso utilizzato per leggere dati dalla risorsa.

Attributi

Commenti

Per altre informazioni, vedere HttpClientConnection100Class.

Si applica a