Condividi tramite


Metodo HttpClientConnection100Class.DownloadData

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Sintassi

'Dichiarazione
Public Overridable Function DownloadData As Byte()
'Utilizzo
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[]

Valore restituito

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

Implementa

IDTSHttpClientConnection100.DownloadData()

Vedere anche

Riferimento

HttpClientConnection100Class Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper