Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
When implemented by a class, initiates a transaction and returns the new transaction level.
When implemented by a class, commits a transaction and returns the new transaction level.
When implemented by a class, rolls back, or voids, a transaction and returns the new transaction level.
Top
Properties
Name
Description
When implemented by a class, gets a numeric value indicating the current transaction level.
Top
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace