SqlServerIndexAnnotations Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
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.