IndexAttribute クラス

定義

データベースで生成されるインデックスを指定します。

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public sealed class IndexAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type IndexAttribute = class
    inherit Attribute
Public NotInheritable Class IndexAttribute
Inherits Attribute
継承
IndexAttribute
属性

注釈

詳細と例については、「 エンティティの型とリレーションシップのモデル化 」を参照してください。

コンストラクター

IndexAttribute(String, String[])

IndexAttribute クラスの新しいインスタンスを初期化します。

IndexAttribute(String[])
古い.

IndexAttribute クラスの新しいインスタンスを初期化します。

プロパティ

AllDescending

すべてのインデックス列に降順の並べ替え順序があるかどうか。

IsDescending

対応する各インデックス列に降順の並べ替え順序があるかどうかを示す値のセット。

IsUnique

インデックスが一意かどうか。

IsUniqueHasValue

値が明示的に設定されているかどうかを IsUnique 確認します。

Name

インデックスの名前です。

PropertyNames

インデックスを構成するプロパティを順番に指定します。

適用対象