Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value that indicates whether the task will overwrite destination files.
Namespace: Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Assembly: Microsoft.SqlServer.FileSystemTask (in Microsoft.SqlServer.FileSystemTask.dll)
Syntax
'Declaration
Property OverwriteDestinationFile As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
true if the task will overwrite destination files; otherwise, false.