IndexAnnotation Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
IndexAnnotation(IEnumerable<IndexAttribute>) |
Vytvoří novou poznámku pro danou kolekci indexů. |
IndexAnnotation(IndexAttribute) |
Vytvoří novou poznámku pro daný index. |
IndexAnnotation(IEnumerable<IndexAttribute>)
Vytvoří novou poznámku pro danou kolekci indexů.
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))
Parametry
- indexAttributes
- IEnumerable<IndexAttribute>
Atributy indexu představující jeden nebo více indexů.
Platí pro
IndexAnnotation(IndexAttribute)
Vytvoří novou poznámku pro daný index.
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
Parametry
- indexAttribute
- IndexAttribute
Atributy indexu představující index.