SqlServerIndexExtensions.SetFillFactor Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
SetFillFactor(IMutableIndex, Nullable<Int32>) |
Nastaví hodnotu označující, jestli index používá faktor výplně. |
SetFillFactor(IConventionIndex, Nullable<Int32>, Boolean) |
Definuje hodnotu označující, jestli index používá faktor výplně. |
SetFillFactor(IMutableIndex, Nullable<Int32>)
Nastaví hodnotu označující, jestli index používá faktor výplně.
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))
Parametry
- index
- IMutableIndex
Index.
Platí pro
SetFillFactor(IConventionIndex, Nullable<Int32>, Boolean)
Definuje hodnotu označující, jestli index používá faktor výplně.
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)
Parametry
- index
- IConventionIndex
Index.
- fromDataAnnotation
- Boolean
Určuje, zda byla konfigurace zadána pomocí datové poznámky.
Návraty
Nakonfigurovaná hodnota.
Platí pro
Entity Framework