Freigeben über


SqlServerPropertyAnnotations Konstruktoren

Definition

Ü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

property
IProperty

Der zu verwendende IProperty.

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: