Partager via


SqlServerPropertyAnnotations Constructeurs

Définition

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

property
IProperty

IProperty à utiliser.

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.

S’applique à