Udostępnij za pośrednictwem


SqlServerIndexExtensions.SetFillFactor Metoda

Definicja

Przeciążenia

SetFillFactor(IMutableIndex, Nullable<Int32>)

Ustawia wartość wskazującą, czy indeks używa współczynnika wypełnienia.

SetFillFactor(IConventionIndex, Nullable<Int32>, Boolean)

Definiuje wartość wskazującą, czy indeks używa współczynnika wypełnienia.

SetFillFactor(IMutableIndex, Nullable<Int32>)

Ustawia wartość wskazującą, czy indeks używa współczynnika wypełnienia.

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

Indeks.

fillFactor
Nullable<Int32>

Wartość do ustawienia.

Dotyczy

SetFillFactor(IConventionIndex, Nullable<Int32>, Boolean)

Definiuje wartość wskazującą, czy indeks używa współczynnika wypełnienia.

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

Indeks.

fillFactor
Nullable<Int32>

Wartość do ustawienia.

fromDataAnnotation
Boolean

Wskazuje, czy konfiguracja została określona przy użyciu adnotacji danych.

Zwraca

Skonfigurowana wartość.

Dotyczy