Compartir a través de


HttpClientConnection100Class.DownloadData Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

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

Valor devuelto

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

Implementa

IDTSHttpClientConnection100.DownloadData()

Vea también

Referencia

HttpClientConnection100Class Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper