次の方法で共有


IVsDataTransaction Members

Include Protected Members
Include Inherited Members

Represents the interface that exposes methods and properties for transaction processing, which allows you to commit or roll back a series of related operations as a batch.

The IVsDataTransaction type exposes the following members.

Methods

  Name Description
Public method BeginTransaction When implemented by a class, initiates a transaction and returns the new transaction level.
Public method CommitTransaction When implemented by a class, commits a transaction and returns the new transaction level.
Public method RollbackTransaction When implemented by a class, rolls back, or voids, a transaction and returns the new transaction level.

Top

Properties

  Name Description
Public property CurrentTransactionLevel When implemented by a class, gets a numeric value indicating the current transaction level.

Top

See Also

Reference

IVsDataTransaction Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace