共用方式為


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.