SqlServerIndexExtensions.SetFillFactor Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.
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.
- fromDataAnnotation
- Boolean
Indica se a configuração foi especificada usando uma anotação de dados.
Retornos
O valor configurado.
Aplica-se a
Entity Framework