Proprietà IDTSFTPTask.OverwriteDestination

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly:  Microsoft.SqlServer.FtpTask (in Microsoft.SqlServer.FtpTask.dll)

Sintassi

'Dichiarazione
Property OverwriteDestination As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

IDTSFTPTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.FtpTask