SqlServerIndexAnnotations Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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)
- Quelle:
- SqlServerIndexAnnotations.cs
- Quelle:
- SqlServerIndexAnnotations.cs
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
Gilt für:
SqlServerIndexAnnotations(RelationalAnnotations)
- Quelle:
- SqlServerIndexAnnotations.cs
- Quelle:
- SqlServerIndexAnnotations.cs
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:
Entity Framework