Condividi tramite


SqlServerIndexAnnotations Costruttori

Definizione

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

index
IIndex

Oggetto IIndex da usare.

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.

Si applica a