Compartir a través de


HttpClientConnection100Class.DownloadData Método

Definición

Devuelve una matriz de bytes que contiene los datos descargados del recurso especificado en la propiedad 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()

Devoluciones

Byte[]

Una matriz de bytes que contiene los datos descargados.

Implementaciones

Atributos

Se aplica a