SqlServerIndexExtensions.SetFillFactor Méthode
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
SetFillFactor(IMutableIndex, Nullable<Int32>) |
Définit une valeur indiquant si l’index utilise le facteur de remplissage. |
SetFillFactor(IConventionIndex, Nullable<Int32>, Boolean) |
Définit une valeur indiquant si l’index utilise le facteur de remplissage. |
SetFillFactor(IMutableIndex, Nullable<Int32>)
Définit une valeur indiquant si l’index utilise le facteur de remplissage.
public static void SetFillFactor (this Microsoft.EntityFrameworkCore.Metadata.IMutableIndex index, int? fillFactor);
static member SetFillFactor : Microsoft.EntityFrameworkCore.Metadata.IMutableIndex * Nullable<int> -> unit
<Extension()>
Public Sub SetFillFactor (index As IMutableIndex, fillFactor As Nullable(Of Integer))
Paramètres
- index
- IMutableIndex
Index.
S’applique à
SetFillFactor(IConventionIndex, Nullable<Int32>, Boolean)
Définit une valeur indiquant si l’index utilise le facteur de remplissage.
public static int? SetFillFactor (this Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index, int? fillFactor, bool fromDataAnnotation = false);
static member SetFillFactor : Microsoft.EntityFrameworkCore.Metadata.IConventionIndex * Nullable<int> * bool -> Nullable<int>
<Extension()>
Public Function SetFillFactor (index As IConventionIndex, fillFactor As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)
Paramètres
- index
- IConventionIndex
Index.
- fromDataAnnotation
- Boolean
Indique si la configuration a été spécifiée à l’aide d’une annotation de données.
Retours
Valeur configurée.