DataProfilingTask.OverwriteDestination Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.