Condividi tramite


HttpClientConnection100Class.DownloadData Metodo

Definizione

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

Restituisce

Byte[]

Matrice di byte contenente i dati scaricati.

Implementazioni

Attributi

Si applica a