SqlServerKeyAnnotations Oluşturucular

Tanım

Aşırı Yüklemeler

SqlServerKeyAnnotations(IKey)

Verilen ek açıklamalar için bir örnek oluşturur IKey .

SqlServerKeyAnnotations(RelationalAnnotations)

IKeyVerilen ek açıklama yardımcısı tarafından temsil edilen ek açıklamalar için bir örnek oluşturur.

SqlServerKeyAnnotations(IKey)

Verilen ek açıklamalar için bir örnek oluşturur 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)

Parametreler

key
IKey

IKeyKullanım için.

Şunlara uygulanır

SqlServerKeyAnnotations(RelationalAnnotations)

IKeyVerilen ek açıklama yardımcısı tarafından temsil edilen ek açıklamalar için bir örnek oluşturur.

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)

Parametreler

annotations
RelationalAnnotations

RelationalAnnotationsNot eklemek için öğesini temsil eden yardımcı IKey .

Şunlara uygulanır