Partager via


Méthode IDTSHttpClientConnection100.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
Function OpenRead As IStream
'Utilisation
Dim instance As IDTSHttpClientConnection100 
Dim returnValue As IStream 

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

Valeur de retour

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

Notes

For more information, see HttpClientConnection100Class.

Voir aussi

Référence

IDTSHttpClientConnection100 Interface

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