Propriedade do RDL IDTSFTPTask.OverwriteDestination
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
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 (em Microsoft.SqlServer.FtpTask.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
true if the file at the destination can be overwritten with new data; otherwise, false.