SqlServerPropertyAnnotations 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
SqlServerPropertyAnnotations(IProperty) |
Construit un instance pour les annotations du donné IProperty. |
SqlServerPropertyAnnotations(RelationalAnnotations) |
Construit une instance pour les annotations du IProperty représenté par l’assistance d’annotation donnée. |
SqlServerPropertyAnnotations(IProperty)
Construit un instance pour les annotations du donné IProperty.
public SqlServerPropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations
Public Sub New (property As IProperty)
Paramètres
S’applique à
SqlServerPropertyAnnotations(RelationalAnnotations)
Construit une instance pour les annotations du IProperty représenté par l’assistance d’annotation donnée.
protected SqlServerPropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations
Protected Sub New (annotations As RelationalAnnotations)
Paramètres
- annotations
- RelationalAnnotations
Helper RelationalAnnotations représentant le IProperty à annoter.