Sdílet prostřednictvím


SqlServerKeyAnnotations Konstruktory

Definice

Přetížení

SqlServerKeyAnnotations(IKey)

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

SqlServerKeyAnnotations(RelationalAnnotations)

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

SqlServerKeyAnnotations(IKey)

Zdroj:
SqlServerKeyAnnotations.cs
Zdroj:
SqlServerKeyAnnotations.cs

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

public SqlServerKeyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IKey key);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IKey -> Microsoft.EntityFrameworkCore.Metadata.SqlServerKeyAnnotations
Public Sub New (key As IKey)

Parametry

key
IKey

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

Platí pro

SqlServerKeyAnnotations(RelationalAnnotations)

Zdroj:
SqlServerKeyAnnotations.cs
Zdroj:
SqlServerKeyAnnotations.cs

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

protected SqlServerKeyAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.SqlServerKeyAnnotations
Protected Sub New (annotations As RelationalAnnotations)

Parametry

annotations
RelationalAnnotations

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

Platí pro