Freigeben über


SqlServerKeyAnnotations Konstruktoren

Definition

Überlädt

SqlServerKeyAnnotations(IKey)

Erstellt eine instance für Anmerkungen des angegebenen IKey.

SqlServerKeyAnnotations(RelationalAnnotations)

Erstellt eine instance für Anmerkungen der, die IKey vom angegebenen Anmerkungshilfsprogramm dargestellt werden.

SqlServerKeyAnnotations(IKey)

Quelle:
SqlServerKeyAnnotations.cs
Quelle:
SqlServerKeyAnnotations.cs

Erstellt eine instance für Anmerkungen des angegebenen IKey.

public SqlServerKeyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IKey key);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IKey -> Microsoft.EntityFrameworkCore.Metadata.SqlServerKeyAnnotations
Public Sub New (key As IKey)

Parameter

key
IKey

Der zu verwendende IKey.

Gilt für:

SqlServerKeyAnnotations(RelationalAnnotations)

Quelle:
SqlServerKeyAnnotations.cs
Quelle:
SqlServerKeyAnnotations.cs

Erstellt eine instance für Anmerkungen der, die IKey vom angegebenen Anmerkungshilfsprogramm dargestellt werden.

protected SqlServerKeyAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.SqlServerKeyAnnotations
Protected Sub New (annotations As RelationalAnnotations)

Parameter

annotations
RelationalAnnotations

Das RelationalAnnotations Hilfsprogramm, das das IKey darstellt, um zu kommentieren.

Gilt für: