Compartir a través de


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.

Vea también

Otros recursos

Transacciones (motor de la base de datos)

Ayuda e información

Obtener ayuda sobre SQL Server 2005