SqlServerPropertyAnnotations 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
SqlServerPropertyAnnotations(IProperty) |
Erstellt eine instance für Anmerkungen der angegebenen IProperty. |
SqlServerPropertyAnnotations(RelationalAnnotations) |
Erstellt eine instance für Anmerkungen des IProperty durch das angegebene Anmerkungshilfsprogramm dargestellten. |
SqlServerPropertyAnnotations(IProperty)
Erstellt eine instance für Anmerkungen der angegebenen IProperty.
public SqlServerPropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations
Public Sub New (property As IProperty)
Parameter
Gilt für:
SqlServerPropertyAnnotations(RelationalAnnotations)
Erstellt eine instance für Anmerkungen des IProperty durch das angegebene Anmerkungshilfsprogramm dargestellten.
protected SqlServerPropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations
Protected Sub New (annotations As RelationalAnnotations)
Parameter
- annotations
- RelationalAnnotations
Das RelationalAnnotations Hilfsprogramm, das die IProperty zu kommentierende darstellt.
Gilt für:
Entity Framework