SqlServerIndexAnnotations Oluşturucular

Tanım

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

index
IIndex

IIndexKullanım için.

Ş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 .

Şunlara uygulanır