SqlServerKeyAnnotations Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Ş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 .