Sdílet prostřednictvím


SqlServerIndexExtensions.SetFillFactor Metoda

Definice

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.

fillFactor
Nullable<Int32>

Hodnota k nastavení.

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.

fillFactor
Nullable<Int32>

Hodnota k nastavení.

fromDataAnnotation
Boolean

Určuje, zda byla konfigurace zadána pomocí datové poznámky.

Návraty

Nakonfigurovaná hodnota.

Platí pro