TransferSqlServerObjectTaskExistingDataOption Enumeration
The TransferSqlServerObjectTaskExistingDataOption enumeration provides options for whether data copied from the source overwrites existing data in the destination database or is appended to the existing data in a SQL Server Integration Services Transfer SQL Server Objects task.
Enumeration Values
Name | Summary |
---|---|
Replace | Specifies that existing data should be replaced on transfer. |
Append | Specifies that new data should be appended to existing data on transfer. |