Skip to main content

Enum TransferDatabaseTaskAction

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum TransferDatabaseTaskAction

Fields

FieldsDescription
CopySpecifies that the database should be copied on transfer. The database will exist on both servers after the transfer operation is complete.
MoveSpecifies that the database should be copied on transfer. The database will exist only on the target server after the transfer operation is complete.