Compartir a través de


HttpClientConnection.DownloadData Método

Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Function DownloadData As Byte()
'Uso
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[]

Valor devuelto

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

Vea también

Referencia

HttpClientConnection Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime