Metodo IDTSHttpClientConnection100.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
Function DownloadData As Byte()
'Utilizzo
Dim instance As IDTSHttpClientConnection100
Dim returnValue As Byte()
returnValue = instance.DownloadData()
byte[] DownloadData()
array<unsigned char>^ DownloadData()
abstract DownloadData : unit -> byte[]
function DownloadData() : byte[]
Valore restituito
Tipo: array<System.Byte[]
A byte array that contains the downloaded data.
Osservazioni
For more information, see HttpClientConnection100Class.