共用方式為


IndexAnnotation 建構函式

定義

多載

IndexAnnotation(IEnumerable<IndexAttribute>)

為指定的索引集合建立新的批註。

IndexAnnotation(IndexAttribute)

為指定的索引建立新的批註。

IndexAnnotation(IEnumerable<IndexAttribute>)

為指定的索引集合建立新的批註。

public IndexAnnotation (System.Collections.Generic.IEnumerable<System.ComponentModel.DataAnnotations.Schema.IndexAttribute> indexAttributes);
new System.Data.Entity.Infrastructure.Annotations.IndexAnnotation : seq<System.ComponentModel.DataAnnotations.Schema.IndexAttribute> -> System.Data.Entity.Infrastructure.Annotations.IndexAnnotation
Public Sub New (indexAttributes As IEnumerable(Of IndexAttribute))

參數

indexAttributes
IEnumerable<IndexAttribute>

代表一或多個索引的索引屬性。

適用於

IndexAnnotation(IndexAttribute)

為指定的索引建立新的批註。

public IndexAnnotation (System.ComponentModel.DataAnnotations.Schema.IndexAttribute indexAttribute);
new System.Data.Entity.Infrastructure.Annotations.IndexAnnotation : System.ComponentModel.DataAnnotations.Schema.IndexAttribute -> System.Data.Entity.Infrastructure.Annotations.IndexAnnotation

參數

indexAttribute
IndexAttribute

代表索引的索引屬性。

適用於