Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 objects at the destination are dropped before copying is started.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntax
'Declaration
Property DropObjectsFirst As Boolean
Get
Set
'Usage
Dim instance As ITransferSqlServerObjectsTask
Dim value As Boolean
value = instance.DropObjectsFirst
instance.DropObjectsFirst = value
bool DropObjectsFirst { get; set; }
property bool DropObjectsFirst {
bool get ();
void set (bool value);
}
abstract DropObjectsFirst : bool with get, set
function get DropObjectsFirst () : boolean
function set DropObjectsFirst (value : boolean)
Property Value
Type: System.Boolean
true if objects at the destination are dropped before copying is started; otherwise, false.
See Also
Reference
ITransferSqlServerObjectsTask Interface
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace