Método IDTSHttpClientConnection100.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
Function DownloadData As Byte()
'Uso
Dim instance As IDTSHttpClientConnection100
Dim returnValue As Byte()
returnValue = instance.DownloadData()
byte[] DownloadData()
array<unsigned char>^ DownloadData()
abstract DownloadData : unit -> byte[]
function DownloadData() : byte[]
Valor de retorno
Tipo: array<System.Byte[]
A byte array that contains the downloaded data.
Comentários
For more information, see HttpClientConnection100Class.