LinkConnectionTargetDatabaseTypeProperties interface
Properties
| action |
Action on existing target table. If not specified, 'FailOnNonEmptyTable' action is used. |
| cross |
Enable cross table transaction consistency on target database |
| drop |
Drop and recreate same existing target table on link connection target database |
Property Details
actionOnExistingTargetTable
Action on existing target table. If not specified, 'FailOnNonEmptyTable' action is used.
actionOnExistingTargetTable?: string
Property Value
string
crossTableTransaction
Enable cross table transaction consistency on target database
crossTableTransaction?: boolean
Property Value
boolean
dropExistingTargetTableOnStart
Drop and recreate same existing target table on link connection target database
dropExistingTargetTableOnStart?: boolean
Property Value
boolean