HttpClientConnection100Class.DownloadFile(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void DownloadFile(System::String ^ FileName, bool vbOverwriteDestination) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSHttpClientConnection100::DownloadFile;
[System.Runtime.InteropServices.DispId(21)]
public virtual void DownloadFile (string FileName, bool vbOverwriteDestination);
[<System.Runtime.InteropServices.DispId(21)>]
abstract member DownloadFile : string * bool -> unit
override this.DownloadFile : string * bool -> unit
Public Overridable Sub DownloadFile (FileName As String, vbOverwriteDestination As Boolean)
Parameters
- FileName
- String
- vbOverwriteDestination
- Boolean
Implements
- Attributes