Metodo HttpClientConnection.DownloadData
Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Function DownloadData As Byte()
'Utilizzo
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[]
Valore restituito
Tipo: array<System.Byte[]
A byte array that contains the downloaded data.