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.
Include protected members
Include inherited members
Defines how conditional indexing is performed for a given index. A conditional index contains an index entry for only those rows that match the specified condition. However, the conditional column is not part of the index's key, it only controls the presence of the index entry.
The JET_CONDITIONALCOLUMN type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
JET_CONDITIONALCOLUMN |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
grbit | Gets or sets the options for the conditional index. |
![]() |
szColumnName | Gets or sets the name of the conditional column. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
ContentEquals | Returns a value indicating whether this instance is equal to another instance. |
![]() |
DeepClone | Returns a deep copy of the object. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Generate a string representation of the instance. (Overrides Object.ToString().) |
Top
.gif)
.gif)
.gif)