言語

HttpClientConnection100Class.DownloadData メソッド

定義

ServerURLプロパティで指定されたリソースからダウンロードされたデータを含むバイト配列を返します。

public:
 virtual cli::array <System::Byte> ^ DownloadData() = Microsoft::SqlServer::Dts::Runtime::Wrapper::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[]

ダウンロードしたデータを含むバイトアレイです。

実装

属性

適用対象