Partager via


Propriété IDTSFTPTask.OverwriteDestination

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets a value that indicates whether a file at the destination can be overwritten.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly :  Microsoft.SqlServer.FtpTask (en Microsoft.SqlServer.FtpTask.dll)

Syntaxe

'Déclaration
Property OverwriteDestination As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IDTSFTPTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.FtpTask