IndexKeyType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The enumeration specifies the attributes of the Index object
public enum IndexKeyType
type IndexKeyType =
Public Enum IndexKeyType
- Inheritance
-
IndexKeyType
Fields
DriPrimaryKey | 1 | index is a primary key |
DriUniqueKey | 2 | index is a unique key constraint |
None | 0 | index is not a key |