SqlServerIndexExtensions.GetFillFactor Metoda

Definicja

Przeciążenia

GetFillFactor(IIndex)

Zwraca wartość wskazującą, czy indeks używa współczynnika wypełnienia.

GetFillFactor(IReadOnlyIndex)

Zwraca współczynnik wypełnienia używany przez indeks.

GetFillFactor(IReadOnlyIndex, StoreObjectIdentifier)

Zwraca współczynnik wypełnienia używany przez indeks.

GetFillFactor(IIndex)

Źródło:
SqlServerIndexExtensions.cs

Zwraca wartość wskazującą, czy indeks używa współczynnika wypełnienia.

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)

Parametry

index
IIndex

Indeks.

Zwraca

true jeśli indeks jest w trybie online.

Dotyczy

GetFillFactor(IReadOnlyIndex)

Źródło:
SqlServerIndexExtensions.cs
Źródło:
SqlServerIndexExtensions.cs
Źródło:
SqlServerIndexExtensions.cs
Źródło:
SqlServerIndexExtensions.cs

Zwraca współczynnik wypełnienia używany przez indeks.

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)

Parametry

index
IReadOnlyIndex

Indeks.

Zwraca

Współczynnik wypełnienia używany przez indeks

Dotyczy

GetFillFactor(IReadOnlyIndex, StoreObjectIdentifier)

Źródło:
SqlServerIndexExtensions.cs
Źródło:
SqlServerIndexExtensions.cs
Źródło:
SqlServerIndexExtensions.cs
Źródło:
SqlServerIndexExtensions.cs

Zwraca współczynnik wypełnienia używany przez indeks.

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)

Parametry

index
IReadOnlyIndex

Indeks.

storeObject
StoreObjectIdentifier

Identyfikator obiektu magazynu.

Zwraca

Współczynnik wypełnienia używany przez indeks

Dotyczy