Méthode IDTSHttpClientConnection100.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
Function DownloadData As Byte()
'Utilisation
Dim instance As IDTSHttpClientConnection100
Dim returnValue As Byte()
returnValue = instance.DownloadData()
byte[] DownloadData()
array<unsigned char>^ DownloadData()
abstract DownloadData : unit -> byte[]
function DownloadData() : byte[]
Valeur de retour
Type : array<System.Byte[]
A byte array that contains the downloaded data.
Notes
For more information, see HttpClientConnection100Class.