CLR Integration and Transactions
The System.Transactions namespace is new in the Microsoft .NET Framework version 2.0. It provides a new transaction framework that is fully integrated with ADO.NET and SQL Server common language runtime (CLR) integration. System.Transactions and ADO.NET work together to extend and simplify the use of local and distributed transactions in managed applications.
For more information about transactions and the .NET Framework, see "Performing Transactions" and "Leveraging Transactions" in the .NET Framework SDK.
For more information about transactions in SQL Server, see 트랜잭션(데이터베이스 엔진).
Topic | Description |
---|---|
Describes the ability to promote transactions, and how to use this feature. |
|
Describes how to access a transaction currently running in-process on SQL Server. |
|
Describes how to use the System.Transactions application programming interface (API) in your managed application. |
|
Describes the difference in lifetime between transactions started in Transact-SQL stored procedures and transactions started in CLR applications. |
참고 항목
개념
Data Access from CLR Database Objects