RelationalIndexAnnotations 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
RelationalIndexAnnotations(IIndex) |
Construit un instance pour les annotations du donnéIIndex. |
RelationalIndexAnnotations(RelationalAnnotations) |
Construit une instance pour les annotations du IIndex représenté par l’assistance d’annotation donnée. |
RelationalIndexAnnotations(IIndex, RelationalFullAnnotationNames) | |
RelationalIndexAnnotations(RelationalAnnotations, RelationalFullAnnotationNames) |
RelationalIndexAnnotations(IIndex)
Construit un instance pour les annotations du donné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)
Paramètres
S’applique à
RelationalIndexAnnotations(RelationalAnnotations)
Construit une instance pour les annotations du IIndex représenté par l’assistance d’annotation donnée.
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)
Paramètres
- annotations
- RelationalAnnotations
Assistance RelationalAnnotations représentant le IIndex à annoter.
S’applique à
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)
Paramètres
- index
- IIndex
- providerFullAnnotationNames
- Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames
S’applique à
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)
Paramètres
- annotations
- RelationalAnnotations
- providerFullAnnotationNames
- Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames