SqlServerIndexAnnotations 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
SqlServerIndexAnnotations(IIndex) |
Constrói uma instância para anotações do determinado IIndex. |
SqlServerIndexAnnotations(RelationalAnnotations) |
Constrói uma instância para anotações do IIndex representado pelo auxiliar de anotação determinado. |
SqlServerIndexAnnotations(IIndex)
Constrói uma instância para anotações do determinado IIndex.
public SqlServerIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.IIndex index);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.IIndex -> Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations
Public Sub New (index As IIndex)
Parâmetros
Aplica-se a
SqlServerIndexAnnotations(RelationalAnnotations)
Constrói uma instância para anotações do IIndex representado pelo auxiliar de anotação determinado.
protected SqlServerIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations
Protected Sub New (annotations As RelationalAnnotations)
Parâmetros
- annotations
- RelationalAnnotations
O RelationalAnnotations auxiliar que representa o IIndex a ser anotado.
Aplica-se a
Entity Framework