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.
Options for the JET_CONDITIONALCOLUMN structure.
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 ConditionalColumnGrbit
'Usage
Dim instance As ConditionalColumnGrbit
[FlagsAttribute]
public enum ConditionalColumnGrbit
Members
| Member name | Description | |
|---|---|---|
| ColumnMustBeNull | The column must be null for an index entry to appear in the index. | |
| ColumnMustBeNonNull | The column must be non-null for an index entry to appear in the index. |