SqlServerIndexAnnotations 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
| SqlServerIndexAnnotations(IIndex) |
Verilen ek açıklamalar için bir örnek oluşturur IIndex . |
| SqlServerIndexAnnotations(RelationalAnnotations) |
IIndexVerilen ek açıklama yardımcısı tarafından temsil edilen ek açıklamalar için bir örnek oluşturur. |
SqlServerIndexAnnotations(IIndex)
Verilen ek açıklamalar için bir örnek oluşturur IIndex .
public SqlServerIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.IIndex index);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.IIndex -> Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations
Public Sub New (index As IIndex)
Parametreler
Şunlara uygulanır
SqlServerIndexAnnotations(RelationalAnnotations)
IIndexVerilen ek açıklama yardımcısı tarafından temsil edilen ek açıklamalar için bir örnek oluşturur.
protected SqlServerIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations
Protected Sub New (annotations As RelationalAnnotations)
Parametreler
- annotations
- RelationalAnnotations
RelationalAnnotationsNot eklemek için öğesini temsil eden yardımcı IIndex .