Share via


KnownActionOnExistingTargetTable enum

Known values of ActionOnExistingTargetTable that the service accepts.

Fields

DropAndRecreateTable

Same existing tables on target database will be dropped and recreated.

FailOnNonEmptyTable

Same existing tables on target database will be Failed.

MergeWithExistingData

Same existing tables on target database will be Merged together.