Enum TransferSqlServerObjectTaskExistingDataOption
C#
public enum TransferSqlServerObjectTaskExistingDataOption
Fields
| Append | Specifies that new data should be appended to existing data on transfer. |
| Replace | Specifies that existing data should be replaced on transfer. |