Compartir a través de


SqlServerIndexExtensions.GetFillFactor Método

Definición

Sobrecargas

GetFillFactor(IIndex)

Devuelve un valor que indica si el índice usa el factor de relleno.

GetFillFactor(IReadOnlyIndex)

Devuelve el factor de relleno que usa el índice.

GetFillFactor(IReadOnlyIndex, StoreObjectIdentifier)

Devuelve el factor de relleno que usa el índice.

GetFillFactor(IIndex)

Devuelve un valor que indica si el índice usa el factor de relleno.

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

Índice.

Devoluciones

true si el índice está en línea.

Se aplica a

GetFillFactor(IReadOnlyIndex)

Devuelve el factor de relleno que usa el í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

Índice.

Devoluciones

Factor de relleno que usa el índice

Se aplica a

GetFillFactor(IReadOnlyIndex, StoreObjectIdentifier)

Devuelve el factor de relleno que usa el í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

Índice.

storeObject
StoreObjectIdentifier

Identificador del objeto de almacén.

Devoluciones

Factor de relleno que usa el índice

Se aplica a