Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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()