इसके माध्यम से साझा किया गया


IDTSHttpClientConnection100.DownloadData Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see HttpClientConnection100Class.

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[]

Return Value

Type: array<System.Byte[]