IDTSHttpClientConnection100.DownloadData Metodo

Definizione

Restituisce una matrice di byte che contiene i dati scaricati dalla risorsa specificata nella proprietà 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()

Restituisce

Byte[]

Matrice di byte contenente i dati scaricati.

Attributi

Commenti

Per altre informazioni, vedere HttpClientConnection100Class.

Si applica a