Provides access to members that control Transaction options.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
| Description | ||
|---|---|---|
![]()  | 
AutoCommitInterval | The auto commit interval is the number of modification operations before a database commit is executed. | 
CoClasses that implement ITransactionsOptions
| CoClasses and Classes | Description | 
|---|---|
| Sde3Workspace (esriDataSourcesGDB) | ESRI SDE (3.x) Feature Database. | 
| Sde4Workspace (esriDataSourcesGDB) | ESRI SDE (4.x) Feature Database. | 
| VersionedWorkspace | VersionedWorkspace Object. | 
| Workspace | Workspace Object. | 
Remarks
The ITransactionOptions is an optional interface on ArcSDE workspaces that can be used to control the autocommit interval for application-begun transactions. Setting the AutoCommitInterval to 0 turns auto-commit off, and ensures that the transaction will not commit until the application calls CommitTransaction.
