次の方法で共有


IndexAnnotation コンストラクター (IndexAttribute)

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

指定されたインデックスのコレクションを使用して、IndexAnnotation クラスの新しいインスタンスを初期化します。

名前空間:  System.Data.Entity.Infrastructure.Annotations
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public Sub New ( _
    indexAttribute As IndexAttribute _
)
'使用
Dim indexAttribute As IndexAttribute 

Dim instance As New IndexAnnotation(indexAttribute)
public IndexAnnotation(
    IndexAttribute indexAttribute
)
public:
IndexAnnotation(
    IndexAttribute^ indexAttribute
)
new : 
        indexAttribute:IndexAttribute -> IndexAnnotation
public function IndexAnnotation(
    indexAttribute : IndexAttribute
)

パラメーター

参照

参照

IndexAnnotation クラス

IndexAnnotation オーバーロード

System.Data.Entity.Infrastructure.Annotations 名前空間