SqlServerPropertyAnnotations Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
SqlServerPropertyAnnotations(IProperty) |
Costruisce un'istanza per le annotazioni dell'oggetto specificato IProperty. |
SqlServerPropertyAnnotations(RelationalAnnotations) |
Costruisce un'istanza di per le annotazioni dell'oggetto IProperty rappresentato dall'helper di annotazione specificato. |
SqlServerPropertyAnnotations(IProperty)
Costruisce un'istanza per le annotazioni dell'oggetto specificato 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)
Parametri
Si applica a
SqlServerPropertyAnnotations(RelationalAnnotations)
Costruisce un'istanza di per le annotazioni dell'oggetto IProperty rappresentato dall'helper di annotazione specificato.
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)
Parametri
- annotations
- RelationalAnnotations
Helper RelationalAnnotations che rappresenta l'oggetto IProperty da annotare.