Share via


LinkConnectionTargetDatabaseTypeProperties interface

Properties

actionOnExistingTargetTable

Action on existing target table. If not specified, 'FailOnNonEmptyTable' action is used.

crossTableTransaction

Enable cross table transaction consistency on target database

dropExistingTargetTableOnStart

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