Udostępnij za pośrednictwem


SqlServerIndexAnnotations Konstruktory

Definicja

Przeciążenia

SqlServerIndexAnnotations(IIndex)

Tworzy wystąpienie dla adnotacji danego IIndexelementu .

SqlServerIndexAnnotations(RelationalAnnotations)

Tworzy wystąpienie adnotacji elementu reprezentowanego IIndex przez dany pomocnik adnotacji.

SqlServerIndexAnnotations(IIndex)

Tworzy wystąpienie dla adnotacji danego IIndexelementu .

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)

Parametry

index
IIndex

Element IIndex do użycia.

Dotyczy

SqlServerIndexAnnotations(RelationalAnnotations)

Tworzy wystąpienie adnotacji elementu reprezentowanego IIndex przez dany pomocnik adnotacji.

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)

Parametry

annotations
RelationalAnnotations

Pomocnik RelationalAnnotations reprezentujący IIndex element do adnotacji.

Dotyczy