次の方法で共有


IndexKeyType 列挙体

IndexKeyType 列挙には、インデックスが作成されるキーの種類を表す値が含まれます。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.SqlEnum (Microsoft.SqlServer.SqlEnum.dll)

構文

'宣言
Public Enumeration IndexKeyType
'使用
Dim instance As IndexKeyType
public enum IndexKeyType
public enum class IndexKeyType
type IndexKeyType
public enum IndexKeyType

メンバー

メンバー名 説明
DriPrimaryKey インデックスは、SQL Server の PRIMARY KEY 制約を実装します。
DriUniqueKey インデックスは、主キーによって制約されないテーブルに対する UNIQUE 制約を実装します。インデックスは候補キーです。
None インデックスは、キー制約のない列に基づきます。

説明

IndexKeyType 列挙クラスは IndexKeyType プロパティによって処理されます。

関連項目

参照

Microsoft.SqlServer.Management.Smo 名前空間