System.EnterpriseServices namespace in .NET Framework Class Library
The System.EnterpriseServices namespace provides access to the COM+ services, which provide a services architecture for component programming models deployed in an enterprise environment. These services include transactions distributed across components and across databases, as well as management of object pools for scalability.
This namespace provides .NET objects with access to COM+ services making the .NET Framework objects more practical for enterprise applications.