SqlServerIndexAnnotations Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
SqlServerIndexAnnotations(IIndex) |
Costruisce un'istanza per le annotazioni dell'oggetto specificato IIndex. |
SqlServerIndexAnnotations(RelationalAnnotations) |
Costruisce un'istanza per le annotazioni dell'oggetto rappresentato dall'helper IIndex di annotazione specificato. |
SqlServerIndexAnnotations(IIndex)
Costruisce un'istanza per le annotazioni dell'oggetto specificato 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)
Parametri
Si applica a
SqlServerIndexAnnotations(RelationalAnnotations)
Costruisce un'istanza per le annotazioni dell'oggetto rappresentato dall'helper IIndex di annotazione specificato.
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)
Parametri
- annotations
- RelationalAnnotations
Helper che rappresenta l'oggetto RelationalAnnotationsIIndex da annotare.