Partager via


Méthode HttpClientConnection100Class.OpenRead

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable Function OpenRead As IStream
'Utilisation
Dim instance As HttpClientConnection100Class 
Dim returnValue As IStream 

returnValue = instance.OpenRead()
public virtual IStream OpenRead()
public:
virtual IStream^ OpenRead()
abstract OpenRead : unit -> IStream  
override OpenRead : unit -> IStream
public function OpenRead() : IStream

Valeur de retour

Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IStream
A Stream used to read data from the resource.

Implémente

IDTSHttpClientConnection100.OpenRead()

Voir aussi

Référence

HttpClientConnection100Class Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper