Метод HttpClientConnection.DownloadData
Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public Function DownloadData As Byte()
'Применение
Dim instance As HttpClientConnection
Dim returnValue As Byte()
returnValue = instance.DownloadData()
public byte[] DownloadData()
public:
array<unsigned char>^ DownloadData()
member DownloadData : unit -> byte[]
public function DownloadData() : byte[]
Возвращаемое значение
Тип: array<System.Byte[]
A byte array that contains the downloaded data.