Setting the Transaction Isolation Level
You can manually set the transaction isolation level of components by using the Component Services administrative tool, or you can programmatically configure the transaction isolation level for a component by using the COM+ administration interfaces.
For more on transaction isolation levels, see Configuring Transaction Isolation Levels.
To set the transaction isolation level by using the Component Services administrative tool
In the console tree, right-click the component you want to configure and then click Properties.
In the component properties dialog box, click the Transactions tab.
Under Transaction Isolation Level, select the value you want from the drop-down box. The default value for all components is Serialized.
Note
If either Disabled or Not Supported is selected under Transaction support, you cannot set the transaction isolation level.
Click OK.
You must repeat this procedure for each component.
Related topics