Share via


SqlServerIndexAnnotations Constructeurs

Définition

Surcharges

SqlServerIndexAnnotations(IIndex)

Construit un instance pour les annotations du donné IIndex.

SqlServerIndexAnnotations(RelationalAnnotations)

Construit une instance pour les annotations du IIndex représenté par l’assistance d’annotation donnée.

SqlServerIndexAnnotations(IIndex)

Construit un instance pour les annotations du donné 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)

Paramètres

index
IIndex

IIndex à utiliser.

S’applique à

SqlServerIndexAnnotations(RelationalAnnotations)

Construit une instance pour les annotations du IIndex représenté par l’assistance d’annotation donnée.

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)

Paramètres

annotations
RelationalAnnotations

Helper RelationalAnnotations représentant le IIndex à annoter.

S’applique à