SqlServerIndexAnnotations Construtores

Definição

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)

Origem:
SqlServerIndexAnnotations.cs
Origem:
SqlServerIndexAnnotations.cs

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

index
IIndex

O IIndex a ser usado.

Aplica-se a

SqlServerIndexAnnotations(RelationalAnnotations)

Origem:
SqlServerIndexAnnotations.cs
Origem:
SqlServerIndexAnnotations.cs

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