ITransferDatabaseTask.DestinationOverwrite Property
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 destination database can be overwritten if it exists.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly: Microsoft.SqlServer.TransferDatabasesTask (in Microsoft.SqlServer.TransferDatabasesTask.dll)
Syntax
'Declaration
Property DestinationOverwrite As Boolean
Get
Set
'Usage
Dim instance As ITransferDatabaseTask
Dim value As Boolean
value = instance.DestinationOverwrite
instance.DestinationOverwrite = value
bool DestinationOverwrite { get; set; }
property bool DestinationOverwrite {
bool get ();
void set (bool value);
}
abstract DestinationOverwrite : bool with get, set
function get DestinationOverwrite () : boolean
function set DestinationOverwrite (value : boolean)
Property Value
Type: System.Boolean
true if the destination database can be overwritten if it exists; otherwise, false.
See Also
Reference
ITransferDatabaseTask Interface
Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask Namespace