Share via


HttpClientConnection100Class.DownloadData 方法

定义

public:
 virtual cli::array <System::Byte> ^ DownloadData() = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSHttpClientConnection100::DownloadData;
[System.Runtime.InteropServices.DispId(22)]
public virtual byte[] DownloadData ();
[<System.Runtime.InteropServices.DispId(22)>]
abstract member DownloadData : unit -> byte[]
override this.DownloadData : unit -> byte[]
Public Overridable Function DownloadData () As Byte()

返回

Byte[]

一个包含下载的数据的字节数组。

实现

属性

适用于