Share via


SqlServerIndexExtensions.SetFillFactor Metodo

Definizione

Overload

SetFillFactor(IMutableIndex, Nullable<Int32>)

Imposta un valore che indica se l'indice utilizza il fattore di riempimento.

SetFillFactor(IConventionIndex, Nullable<Int32>, Boolean)

Definisce un valore che indica se l'indice utilizza il fattore di riempimento.

SetFillFactor(IMutableIndex, Nullable<Int32>)

Imposta un valore che indica se l'indice utilizza il fattore di riempimento.

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))

Parametri

index
IMutableIndex

Indice.

fillFactor
Nullable<Int32>

Il valore da impostare.

Si applica a

SetFillFactor(IConventionIndex, Nullable<Int32>, Boolean)

Definisce un valore che indica se l'indice utilizza il fattore di riempimento.

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)

Parametri

index
IConventionIndex

Indice.

fillFactor
Nullable<Int32>

Il valore da impostare.

fromDataAnnotation
Boolean

Indica se la configurazione è stata specificata utilizzando un'annotazione dati.

Restituisce

Il valore configurato.

Si applica a