Compartilhar via


SqlServerIndexExtensions.GetFillFactor Método

Definição

Sobrecargas

GetFillFactor(IIndex)

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

GetFillFactor(IReadOnlyIndex)

Retorna o fator de preenchimento usado pelo índice.

GetFillFactor(IReadOnlyIndex, StoreObjectIdentifier)

Retorna o fator de preenchimento usado pelo índice.

GetFillFactor(IIndex)

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

public static int? GetFillFactor (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member GetFillFactor : Microsoft.EntityFrameworkCore.Metadata.IIndex -> Nullable<int>
<Extension()>
Public Function GetFillFactor (index As IIndex) As Nullable(Of Integer)

Parâmetros

index
IIndex

O índice.

Retornos

true se o índice estiver online.

Aplica-se a

GetFillFactor(IReadOnlyIndex)

Retorna o fator de preenchimento usado pelo índice.

public static int? GetFillFactor (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);
static member GetFillFactor : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex -> Nullable<int>
<Extension()>
Public Function GetFillFactor (index As IReadOnlyIndex) As Nullable(Of Integer)

Parâmetros

index
IReadOnlyIndex

O índice.

Retornos

O fator de preenchimento que o índice usa

Aplica-se a

GetFillFactor(IReadOnlyIndex, StoreObjectIdentifier)

Retorna o fator de preenchimento usado pelo índice.

public static int? GetFillFactor (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetFillFactor : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetFillFactor (index As IReadOnlyIndex, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Integer)

Parâmetros

index
IReadOnlyIndex

O índice.

storeObject
StoreObjectIdentifier

O identificador do objeto de repositório.

Retornos

O fator de preenchimento que o índice usa

Aplica-se a