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> [] () [] []
Returns a byte array that contains the downloaded data.