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
)
パラメーター
- indexAttribute
型 : System.ComponentModel.DataAnnotations.Schema.IndexAttribute
インデックスを表すインデックス属性。