Share via


SqlServerIndexExtensions.SetFillFactor Método

Definição

Sobrecargas

SetFillFactor(IMutableIndex, Nullable<Int32>)

Define um valor que indica se o índice usa o fator de preenchimento.

SetFillFactor(IConventionIndex, Nullable<Int32>, Boolean)

Define um valor que indica se o índice usa o fator de preenchimento.

SetFillFactor(IMutableIndex, Nullable<Int32>)

Define um valor que indica se o índice usa o fator de preenchimento.

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

Parâmetros

index
IMutableIndex

O índice.

fillFactor
Nullable<Int32>

O valor a ser definido.

Aplica-se a

SetFillFactor(IConventionIndex, Nullable<Int32>, Boolean)

Define um valor que indica se o índice usa o fator de preenchimento.

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)

Parâmetros

index
IConventionIndex

O índice.

fillFactor
Nullable<Int32>

O valor a ser definido.

fromDataAnnotation
Boolean

Indica se a configuração foi especificada usando uma anotação de dados.

Retornos

O valor configurado.

Aplica-se a