IndexAnnotation Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| IndexAnnotation(IEnumerable<IndexAttribute>) |
Cria uma nova anotação para a coleção de índices fornecida. |
| IndexAnnotation(IndexAttribute) |
Cria uma nova anotação para o índice fornecido. |
IndexAnnotation(IEnumerable<IndexAttribute>)
Cria uma nova anotação para a coleção de índices fornecida.
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))
Parâmetros
- indexAttributes
- IEnumerable<IndexAttribute>
Atributos de índice que representam um ou mais índices.
Aplica-se a
IndexAnnotation(IndexAttribute)
Cria uma nova anotação para o índice fornecido.
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
Parâmetros
- indexAttribute
- IndexAttribute
Um atributo de índice que representa um índice.