Skip to content

Latest commit

 

History

History
87 lines (73 loc) · 2.06 KB

escrowupdategrbit-enumeration.md

File metadata and controls

87 lines (73 loc) · 2.06 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date ms.topic f1_keywords dev_langs api_name topic_type api_type api_location ROBOTS
Learn more about: EscrowUpdateGrbit enumeration
EscrowUpdateGrbit enumeration
EscrowUpdateGrbit enumeration
T:Microsoft.Isam.Esent.Interop.EscrowUpdateGrbit
39514160
07/30/2014
reference
Microsoft.Isam.Esent.Interop.EscrowUpdateGrbit
Microsoft.Isam.Esent.Interop.EscrowUpdateGrbit.None
Microsoft.Isam.Esent.Interop.EscrowUpdateGrbit.NoRollback
CSharp
JScript
VB
other
Microsoft.Isam.Esent.Interop.EscrowUpdateGrbit
Microsoft.Isam.Esent.Interop.EscrowUpdateGrbit.None
Microsoft.Isam.Esent.Interop.EscrowUpdateGrbit.NoRollback
apiref
kbSyntax
Managed
Microsoft.Isam.Esent.Interop.dll
INDEX,FOLLOW

EscrowUpdateGrbit enumeration

Options for JetEscrowUpdate.

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 EscrowUpdateGrbit
'Usage
Dim instance As EscrowUpdateGrbit
[FlagsAttribute]
public enum EscrowUpdateGrbit

Members

Member name Description
None Default options.
NoRollback Even if the session performing the escrow update has its transaction rollback this update will not be undone. As the log records may not be flushed to disk, recent escrow updates done with this flag may be lost if there is a crash.

See also

Reference

Microsoft.Isam.Esent.Interop namespace