언어

IDTSFTPTask.OverwriteDestination 속성

정의

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 목적지의 파일이 덮어쓸 수 있는지 여부를 나타내는 값을 받거나 설정합니다.

public:
 property bool OverwriteDestination { bool get(); void set(bool value); };
public bool OverwriteDestination { get; set; }
member this.OverwriteDestination : bool with get, set
Public Property OverwriteDestination As Boolean

속성 값

true 목적지의 파일이 새 데이터로 덮어쓸 수 있다면; 그렇지 않으면, false.

설명

적용 대상