Compartilhar via


Método HttpClientConnection100Class.DownloadData

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
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 de retorno

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

Implementa

IDTSHttpClientConnection100.DownloadData()

Consulte também

Referência

HttpClientConnection100Class Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper