Aracılığıyla paylaş


SqlServerIndexAnnotations Oluşturucular

Tanım

Aşırı Yüklemeler

SqlServerIndexAnnotations(IIndex)

Verilen IIndexöğesinin ek açıklamaları için bir örnek oluşturur.

SqlServerIndexAnnotations(RelationalAnnotations)

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

SqlServerIndexAnnotations(IIndex)

Verilen IIndexöğesinin ek açıklamaları için bir örnek oluşturur.

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

IIndex Kullanılacak.

Şunlara uygulanır

SqlServerIndexAnnotations(RelationalAnnotations)

Verilen ek açıklama yardımcısı tarafından temsil edilen öğesinin IIndex 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

Açıklama RelationalAnnotations eklemek için öğesini IIndex temsil eden yardımcı.

Şunlara uygulanır