IVsDataTransaction.RollbackTransaction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When implemented by a class, rolls back, or voids, a transaction and returns the new transaction level.
public:
int RollbackTransaction();
public int RollbackTransaction ();
abstract member RollbackTransaction : unit -> int
Public Function RollbackTransaction () As Integer
Returns
An integer value indicating the new transaction level.