IDTSHttpClientConnection100.DownloadData Method
Definition
public:
cli::array <System::Byte> ^ DownloadData();
[System.Runtime.InteropServices.DispId(22)]
public byte[] DownloadData ();
[<System.Runtime.InteropServices.DispId(22)>]
abstract member DownloadData : unit -> byte[]
Public Function DownloadData () As Byte()
Returns
- Byte[]
一个包含下载的数据的字节数组。A byte array that contains the downloaded data.
- Attributes