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)

Source:
SqlServerIndexAnnotations.cs
Source:
SqlServerIndexAnnotations.cs

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)

Source:
SqlServerIndexAnnotations.cs
Source:
SqlServerIndexAnnotations.cs

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 à