SqlServerKeyAnnotations Constructeurs

Définition

Surcharges

SqlServerKeyAnnotations(IKey)

Construit un instance pour les annotations du donnéIKey.

SqlServerKeyAnnotations(RelationalAnnotations)

Construit une instance pour les annotations du IKey représenté par l’assistance d’annotation donnée.

SqlServerKeyAnnotations(IKey)

Construit un instance pour les annotations du donné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)

Paramètres

key
IKey

IKey à utiliser.

S’applique à

SqlServerKeyAnnotations(RelationalAnnotations)

Construit une instance pour les annotations du IKey représenté par l’assistance d’annotation donnée.

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)

Paramètres

annotations
RelationalAnnotations

Assistance RelationalAnnotations représentant le IKey à annoter.

S’applique à