Compartir a través de


SqlServerIndexAnnotations Constructores

Definición

Sobrecargas

SqlServerIndexAnnotations(IIndex)

Construye una instancia de para las anotaciones del objeto especificado IIndex.

SqlServerIndexAnnotations(RelationalAnnotations)

Construye una instancia de para las anotaciones del IIndex representado por el asistente de anotación especificado.

SqlServerIndexAnnotations(IIndex)

Source:
SqlServerIndexAnnotations.cs
Source:
SqlServerIndexAnnotations.cs

Construye una instancia de para las anotaciones del objeto especificado 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

Objeto IIndex que se va a usar.

Se aplica a

SqlServerIndexAnnotations(RelationalAnnotations)

Source:
SqlServerIndexAnnotations.cs
Source:
SqlServerIndexAnnotations.cs

Construye una instancia de para las anotaciones del IIndex representado por el asistente de anotación especificado.

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

Asistente RelationalAnnotations que representa el objeto que IIndex se va a anotar.

Se aplica a