IndexAnnotation 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
代表索引的索引屬性。