DataProfilingTask.OverwriteDestination Property

Definition

Gets or sets a value that indicates whether the Data Profiling task should overwrite the output file if the file already exists.

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

Property Value

true if the task should overwrite the output file if the file already exists; otherwise, false.

Remarks

The Data Profiling task uses the value of this property only when the DestinationType is set to FileConnection. When the DestinationType is set to Variable, the task always overwrites the previous value of the variable.

Applies to