IndexKeyType Enum

Definition

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

Applies to