Méthode DownloadData
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
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Function DownloadData As Byte()
'Utilisation
Dim instance As HttpClientConnection
Dim returnValue As Byte()
returnValue = instance.DownloadData()
public byte[] DownloadData()
public:
array<unsigned char>^ DownloadData()
member DownloadData : unit -> byte[]
public function DownloadData() : byte[]
Valeur de retour
Type : array<System. . :: . .Byte> [] () [] []
Returns a byte array that contains the downloaded data.