Enum TransferDatabaseTaskAction
Namespace: Varigence.Languages.Biml.Task
Assembly: Biml.dll
C#
public enum TransferDatabaseTaskAction
- Inheritance
-
Fields
Name | Description |
---|---|
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. |