Метод IDTSHttpClientConnection100.DownloadData
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Function DownloadData As Byte()
'Применение
Dim instance As IDTSHttpClientConnection100
Dim returnValue As Byte()
returnValue = instance.DownloadData()
byte[] DownloadData()
array<unsigned char>^ DownloadData()
abstract DownloadData : unit -> byte[]
function DownloadData() : byte[]
Возвращаемое значение
Тип: array<System.Byte[]
A byte array that contains the downloaded data.
Замечания
For more information, see HttpClientConnection100Class.