RelationalIndexAnnotations 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
RelationalIndexAnnotations(IIndex) |
Costruisce un'istanza per le annotazioni dell'oggetto specificato IIndex. |
RelationalIndexAnnotations(RelationalAnnotations) |
Costruisce un'istanza per le annotazioni dell'oggetto rappresentato dall'helper IIndex di annotazione specificato. |
RelationalIndexAnnotations(IIndex, RelationalFullAnnotationNames) | |
RelationalIndexAnnotations(RelationalAnnotations, RelationalFullAnnotationNames) |
RelationalIndexAnnotations(IIndex)
Costruisce un'istanza per le annotazioni dell'oggetto specificato IIndex.
public RelationalIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.IIndex index);
new Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.IIndex -> Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations
Public Sub New (index As IIndex)
Parametri
Si applica a
RelationalIndexAnnotations(RelationalAnnotations)
Costruisce un'istanza per le annotazioni dell'oggetto rappresentato dall'helper IIndex di annotazione specificato.
protected RelationalIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations
Protected Sub New (annotations As RelationalAnnotations)
Parametri
- annotations
- RelationalAnnotations
Helper che rappresenta l'oggetto RelationalAnnotationsIIndex da annotare.
Si applica a
RelationalIndexAnnotations(IIndex, RelationalFullAnnotationNames)
public RelationalIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames providerFullAnnotationNames);
new Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames -> Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations
Public Sub New (index As IIndex, providerFullAnnotationNames As RelationalFullAnnotationNames)
Parametri
- index
- IIndex
- providerFullAnnotationNames
- Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames
Si applica a
RelationalIndexAnnotations(RelationalAnnotations, RelationalFullAnnotationNames)
protected RelationalIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations, Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames providerFullAnnotationNames);
new Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations * Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames -> Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations
Protected Sub New (annotations As RelationalAnnotations, providerFullAnnotationNames As RelationalFullAnnotationNames)
Parametri
- annotations
- RelationalAnnotations
- providerFullAnnotationNames
- Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames