SqlServerIndexAnnotations 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
SqlServerIndexAnnotations(IIndex) |
Construit un instance pour les annotations du donné IIndex. |
SqlServerIndexAnnotations(RelationalAnnotations) |
Construit une instance pour les annotations du IIndex représenté par l’assistance d’annotation donnée. |
SqlServerIndexAnnotations(IIndex)
- Source:
- SqlServerIndexAnnotations.cs
- Source:
- SqlServerIndexAnnotations.cs
Construit un instance pour les annotations du donné IIndex.
public SqlServerIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.IIndex index);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.IIndex -> Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations
Public Sub New (index As IIndex)
Paramètres
S’applique à
SqlServerIndexAnnotations(RelationalAnnotations)
- Source:
- SqlServerIndexAnnotations.cs
- Source:
- SqlServerIndexAnnotations.cs
Construit une instance pour les annotations du IIndex représenté par l’assistance d’annotation donnée.
protected SqlServerIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations
Protected Sub New (annotations As RelationalAnnotations)
Paramètres
- annotations
- RelationalAnnotations
Helper RelationalAnnotations représentant le IIndex à annoter.