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.
Rolls back, or voids, a transaction and returns the new current transaction level.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overridable Function RollbackTransaction As Integer
'Usage
Dim instance As DataTransaction
Dim returnValue As Integer
returnValue = instance.RollbackTransaction()
public virtual int RollbackTransaction()
public:
virtual int RollbackTransaction()
public function RollbackTransaction() : int
Return Value
Type: System.Int32
An integer value indicating the new current transaction level.
Implements
IVsDataTransaction.RollbackTransaction()
Remarks
Notes to Inheritors:
The base implementation of this method simply returns the original transaction level. The derived class should override this method.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.