Compartir a través de


IDTSFTPTask.OverwriteDestination Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.FtpTask
Ensamblado:  Microsoft.SqlServer.FtpTask (en Microsoft.SqlServer.FtpTask.dll)

Sintaxis

'Declaración
Property OverwriteDestination As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

IDTSFTPTask Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.FtpTask