Condividi tramite


SqlServerIndexExtensions.GetFillFactor Metodo

Definizione

Overload

GetFillFactor(IIndex)

Restituisce un valore che indica se l'indice usa il fattore di riempimento.

GetFillFactor(IReadOnlyIndex)

Restituisce il fattore di riempimento usato dall'indice.

GetFillFactor(IReadOnlyIndex, StoreObjectIdentifier)

Restituisce il fattore di riempimento usato dall'indice.

GetFillFactor(IIndex)

Restituisce un valore che indica se l'indice usa il fattore di riempimento.

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)

Parametri

index
IIndex

Indice.

Restituisce

true se l'indice è online.

Si applica a

GetFillFactor(IReadOnlyIndex)

Restituisce il fattore di riempimento usato dall'indice.

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)

Parametri

index
IReadOnlyIndex

Indice.

Restituisce

Fattore di riempimento usato dall'indice

Si applica a

GetFillFactor(IReadOnlyIndex, StoreObjectIdentifier)

Restituisce il fattore di riempimento usato dall'indice.

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)

Parametri

index
IReadOnlyIndex

Indice.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store.

Restituisce

Fattore di riempimento usato dall'indice

Si applica a