언어

IDTSFileSystemTask.OverwriteDestinationFile 속성

정의

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

작업이 목적지 파일을 덮어쓸지 여부를 나타내는 값을 받거나 설정합니다.

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

속성 값

작업이 목적지 파일을 덮어쓰는 경우는 true입니다; 그렇지 않으면 거짓입니다.

적용 대상