Freigeben über


IDTSHttpClientConnection100.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
Function DownloadData As Byte()
'Usage
Dim instance As IDTSHttpClientConnection100 
Dim returnValue As Byte()

returnValue = instance.DownloadData()
byte[] DownloadData()
array<unsigned char>^ DownloadData()
abstract DownloadData : unit -> byte[] 
function DownloadData() : byte[]

Rückgabewert

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

Hinweise

For more information, see HttpClientConnection100Class.

Siehe auch

Verweis

IDTSHttpClientConnection100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace