IDTSFTPTask.OverwriteDestination Property

Definition

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether a file at the destination can be overwritten.

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 file at the destination can be overwritten with new data; otherwise, false.

Remarks

Applies to