Freigeben über


SqlServerIndexAnnotations Konstruktoren

Definition

Überlädt

SqlServerIndexAnnotations(IIndex)

Erstellt eine instance für Anmerkungen der angegebenen IIndex.

SqlServerIndexAnnotations(RelationalAnnotations)

Erstellt eine instance für Anmerkungen des IIndex durch das angegebene Anmerkungshilfsprogramm dargestellten.

SqlServerIndexAnnotations(IIndex)

Erstellt eine instance für Anmerkungen der angegebenen 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)

Parameter

index
IIndex

Der zu verwendende IIndex.

Gilt für:

SqlServerIndexAnnotations(RelationalAnnotations)

Erstellt eine instance für Anmerkungen des IIndex durch das angegebene Anmerkungshilfsprogramm dargestellten.

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)

Parameter

annotations
RelationalAnnotations

Das RelationalAnnotations Hilfsprogramm, das die IIndex zu kommentierende darstellt.

Gilt für: