Skip to main content

TransferDatabaseTaskAction Enumeration

TransferDatabaseTaskAction Enumeration

The TransferDatabaseTaskAction enumeration provides options for whether the database should be moved or copied during a SQL Server Integration Services Transfer Database task.

Enumeration Values

NameSummary
Copy
Specifies that the database should be copied on transfer. The database will exist on both servers after the transfer operation is complete.
Move
Specifies that the database should be copied on transfer. The database will exist only on the target server after the transfer operation is complete.