Metodo DownloadData
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
For more information, see HttpClientConnection100Class.
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> [] () [] []
Vedere anche