SqlServerPropertyAnnotations Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
SqlServerPropertyAnnotations(IProperty) |
Construye una instancia para las anotaciones de la clase especificada IProperty. |
SqlServerPropertyAnnotations(RelationalAnnotations) |
Construye una instancia para las anotaciones del IProperty representado por el asistente de anotación especificado. |
SqlServerPropertyAnnotations(IProperty)
Construye una instancia para las anotaciones de la clase especificada 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)
Parámetros
Se aplica a
SqlServerPropertyAnnotations(RelationalAnnotations)
Construye una instancia para las anotaciones del IProperty representado por el asistente de anotación especificado.
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)
Parámetros
- annotations
- RelationalAnnotations
Asistente RelationalAnnotations que representa el elemento que IProperty se va a anotar.