IDTSFileSystemTask.OverwriteDestinationFile Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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