Share via


IDTSFTPTask.OverwriteDestination Property

This API supports the SQL Server 2012 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.

Namespace:  Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly:  Microsoft.SqlServer.FtpTask (in Microsoft.SqlServer.FtpTask.dll)

Syntax

'Declaration
Property OverwriteDestination As Boolean 
    Get 
    Set
'Usage
Dim instance As IDTSFTPTask 
Dim value As Boolean 

value = instance.OverwriteDestination

instance.OverwriteDestination = value
bool OverwriteDestination { get; set; }
property bool OverwriteDestination {
    bool get ();
    void set (bool value);
}
abstract OverwriteDestination : bool with get, set
function get OverwriteDestination () : boolean 
function set OverwriteDestination (value : boolean)

Property Value

Type: System.Boolean
true if the file at the destination can be overwritten with new data; otherwise, false.

See Also

Reference

IDTSFTPTask Interface

Microsoft.SqlServer.Dts.Tasks.FtpTask Namespace