RollbackTransactionGrbit enumeration

Options for JetRollbackTransaction.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration RollbackTransactionGrbit
'Usage
Dim instance As RollbackTransactionGrbit
[FlagsAttribute]
public enum RollbackTransactionGrbit

Members

Member name Description
None Default options.
RollbackAll This option requests that all changes made to the state of the database during all save points be undone. As a result, the session will exit the transaction.

See also

Reference

Microsoft.Isam.Esent.Interop namespace