Share via


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

기존 파일을 덮어쓰려면 True입니다. 그렇지 않으면 false입니다.

특성

설명

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

적용 대상