言語

IndexKeyType 列挙型

定義

列挙体は、Index オブジェクトの属性を指定します。

public enum IndexKeyType
type IndexKeyType = 
Public Enum IndexKeyType
継承
IndexKeyType

フィールド

名前 説明
None 0

index はキーではありません

DriPrimaryKey 1

index は主キーです

DriUniqueKey 2

index は一意キー制約です

適用対象