IDTSFileSystemTask.OverwriteDestinationFile 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 the task will overwrite destination files.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Ensamblado: Microsoft.SqlServer.FileSystemTask (en Microsoft.SqlServer.FileSystemTask.dll)
Sintaxis
'Declaración
Property OverwriteDestinationFile As Boolean
Get
Set
'Uso
Dim instance As IDTSFileSystemTask
Dim value As Boolean
value = instance.OverwriteDestinationFile
instance.OverwriteDestinationFile = value
bool OverwriteDestinationFile { get; set; }
property bool OverwriteDestinationFile {
bool get ();
void set (bool value);
}
abstract OverwriteDestinationFile : bool with get, set
function get OverwriteDestinationFile () : boolean
function set OverwriteDestinationFile (value : boolean)
Valor de la propiedad
Tipo: System.Boolean
true if the task will overwrite destination files; otherwise, false.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.FileSystemTask