Edit

Share via


IndexKeyGrbit enumeration

Key definition grbits. Used when retrieving information about an index.

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

Members

Member name Description
Ascending Key segment is ascending.
Descending Key segment is descending.

See also

Reference

Microsoft.Isam.Esent.Interop namespace