Data Transformation Services

Configuring Properties for DTS Transactions

Several Data Transformation Services (DTS) package properties and workflow step properties are used to control transaction initiation, step participation in the transaction, and the final commit or rollback operation. These properties can be set from within DTS Designer or programmatically, through the package and step objects of the DTS object model.

DTS transaction settings fall into two groups. Package properties are global settings that affect transaction behavior across the entire package. Step properties operate at the level of the individual task. In the following list of DTS transaction settings, package properties are listed before step properties. For each transaction option, the corresponding DTS object model property is listed.

In the DTS Package Properties dialog box, on the General tab, you can find:

In the DTS Package Properties dialog box, on the Advanced tab, you can find:

In the Workflow Properties dialog box of a step, on the Options tab, you can find:

See Also

Package Object (DTS)

Package2 Object (DTS)

Step Object (DTS)