Freigeben über


HttpClientConnection100Class.DownloadData-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Syntax

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

Rückgabewert

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

Implementiert

IDTSHttpClientConnection100.DownloadData()

Siehe auch

Verweis

HttpClientConnection100Class Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace