IDTSXMLTask.OverwriteDestination Property

Definition

Gets or sets a value that indicates whether the operation overwrites existing destination files.

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 operation overwrites existing destination files; otherwise, false.

Applies to