SqlServerKeyAnnotations Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
SqlServerKeyAnnotations(IKey) |
Tworzy wystąpienie dla adnotacji danego IKeyelementu . |
SqlServerKeyAnnotations(RelationalAnnotations) |
Tworzy wystąpienie adnotacji elementu reprezentowanego IKey przez dany pomocnik adnotacji. |
SqlServerKeyAnnotations(IKey)
- Źródło:
- SqlServerKeyAnnotations.cs
- Źródło:
- SqlServerKeyAnnotations.cs
Tworzy wystąpienie dla adnotacji danego IKeyelementu .
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
Dotyczy
SqlServerKeyAnnotations(RelationalAnnotations)
- Źródło:
- SqlServerKeyAnnotations.cs
- Źródło:
- SqlServerKeyAnnotations.cs
Tworzy wystąpienie adnotacji elementu reprezentowanego IKey przez dany pomocnik adnotacji.
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
Pomocnik RelationalAnnotations reprezentujący IKey element do adnotacji.