Partager via


Méthode HttpClientConnection100Class.DownloadData

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

Returns a byte array that contains the data downloaded from the resource that was specified in 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 DownloadData As Byte()
'Utilisation
Dim instance As HttpClientConnection100Class 
Dim returnValue As Byte()

returnValue = instance.DownloadData()
public virtual byte[] DownloadData()
public:
virtual array<unsigned char>^ DownloadData()
abstract DownloadData : unit -> byte[] 
override DownloadData : unit -> byte[] 
public function DownloadData() : byte[]

Valeur de retour

Type : array<System.Byte[]
A byte array that contains the downloaded data.

Implémente

IDTSHttpClientConnection100.DownloadData()

Voir aussi

Référence

HttpClientConnection100Class Classe

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