다음을 통해 공유


DataProfilingTask.OverwriteDestination 속성

정의

출력 파일이 이미 있는 경우 데이터 프로파일링 태스크에서 해당 파일을 덮어써야 할지 여부를 나타내는 값을 가져오거나 설정합니다.

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입니다.

설명

데이터 프로파일링 태스크는 이 속성이 .로 설정된 FileConnection경우에만 DestinationType 이 속성의 값을 사용합니다. DestinationType 설정되면 태스크는 Variable항상 변수의 이전 값을 덮어씁니다.

적용 대상