언어

IDTSHttpClientConnection100.DownloadFile(String, Boolean) 메서드

정의

속성에 의해 ServerURL 지정된 리소스에서 로컬 파일로 데이터를 다운로드합니다.

public:
 void DownloadFile(System::String ^ FileName, bool vbOverwriteDestination);
[System.Runtime.InteropServices.DispId(21)]
public void DownloadFile(string FileName, bool vbOverwriteDestination);
[<System.Runtime.InteropServices.DispId(21)>]
abstract member DownloadFile : string * bool -> unit
Public Sub DownloadFile (FileName As String, vbOverwriteDestination As Boolean)

매개 변수

FileName
String

다운로드된 데이터가 저장된 로컬 파일의 이름입니다.

vbOverwriteDestination
Boolean

기존 파일을 덮어쓰는 것은 사실입니다; 그렇지 않으면 거짓입니다.

특성

설명

자세한 내용은 HttpClientConnection100Class를 참조하세요.

적용 대상