IDTSHttpClientConnection100.DownloadData 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个字节数组,该数组包含从在 ServerURL 属性中指定的资源下载的数据。
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()
返回
Byte[]
一个包含下载的数据的字节数组。
- 属性
注解
有关详细信息,请参阅 HttpClientConnection100Class。