Enum TransferDatabaseTaskAction
C#
public enum TransferDatabaseTaskAction
Fields
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. |