Sdílet prostřednictvím


SqlServerIndexAnnotations Konstruktory

Definice

Přetížení

SqlServerIndexAnnotations(IIndex)

Vytvoří instanci pro poznámky daného IIndexobjektu .

SqlServerIndexAnnotations(RelationalAnnotations)

Vytvoří instanci pro poznámky IIndex reprezentované danou pomocnou rutinou poznámek.

SqlServerIndexAnnotations(IIndex)

Zdroj:
SqlServerIndexAnnotations.cs
Zdroj:
SqlServerIndexAnnotations.cs

Vytvoří instanci pro poznámky daného IIndexobjektu .

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

Hodnota, IIndex která se má použít.

Platí pro

SqlServerIndexAnnotations(RelationalAnnotations)

Zdroj:
SqlServerIndexAnnotations.cs
Zdroj:
SqlServerIndexAnnotations.cs

Vytvoří instanci pro poznámky IIndex reprezentované danou pomocnou rutinou poznámek.

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

Pomocná RelationalAnnotations rutina představující IIndex k anotaci.

Platí pro