HttpClientConnection100Class.DownloadFile(String, Boolean) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
virtual void DownloadFile(System::String ^ FileName, bool vbOverwriteDestination) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::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)
パラメーター
- FileName
- String
- vbOverwriteDestination
- Boolean
実装
- 属性