SqlServerKeyAnnotations Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SqlServerKeyAnnotations(IKey) |
Construit un instance pour les annotations du donnéIKey. |
SqlServerKeyAnnotations(RelationalAnnotations) |
Construit une instance pour les annotations du IKey représenté par l’assistance d’annotation donnée. |
SqlServerKeyAnnotations(IKey)
- Source:
- SqlServerKeyAnnotations.cs
- Source:
- SqlServerKeyAnnotations.cs
Construit un instance pour les annotations du donnéIKey.
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)
Paramètres
S’applique à
SqlServerKeyAnnotations(RelationalAnnotations)
- Source:
- SqlServerKeyAnnotations.cs
- Source:
- SqlServerKeyAnnotations.cs
Construit une instance pour les annotations du IKey représenté par l’assistance d’annotation donnée.
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)
Paramètres
- annotations
- RelationalAnnotations
Assistance RelationalAnnotations représentant le IKey à annoter.