Using Transactions

In SQL Server Management Objects (SMO), transaction processing is achieved through the connection to the instance of Microsoft SQL Server by using the ServerConnection object. The ServerConnection object is referenced by the ConnectionContext property of the Server object when the connection is established. Methods such as StartTransaction, RollBackTransaction, and CommitTransaction belong to the ConnectionContext object property.

참고 항목

관련 자료

트랜잭션(데이터베이스 엔진)

도움말 및 정보

SQL Server 2005 지원 받기