IndexAnnotation Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
IndexAnnotation(IEnumerable<IndexAttribute>) |
Crée une annotation pour la collection d’index donnée. |
IndexAnnotation(IndexAttribute) |
Crée une annotation pour l’index donné. |
IndexAnnotation(IEnumerable<IndexAttribute>)
Crée une annotation pour la collection d’index donnée.
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))
Paramètres
- indexAttributes
- IEnumerable<IndexAttribute>
Attributs d’index représentant un ou plusieurs index.
S’applique à
IndexAnnotation(IndexAttribute)
Crée une annotation pour l’index donné.
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
Paramètres
- indexAttribute
- IndexAttribute
Attributs d’index représentant un index.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.