DataSourceLogoffBehaviour
Specifies the data source action that needs to be taken when an abnormal logoff terminates a transaction.
Valid values
COMMIT | ROLLBACK
COMMIT=The current transaction will be committed.
ROLLBACK=The current transaction will be rolled back
Default
When the attribute is not set, the current transaction will be ended according to the data source default logoff behavior.
Type
Dynamic