SqlServerIndexExtensions.GetFillFactor Metoda

Definice

Přetížení

GetFillFactor(IIndex)

Vrátí hodnotu označující, jestli index používá faktor výplně.

GetFillFactor(IReadOnlyIndex)

Vrátí faktor výplně, který index používá.

GetFillFactor(IReadOnlyIndex, StoreObjectIdentifier)

Vrátí faktor výplně, který index používá.

GetFillFactor(IIndex)

Zdroj:
SqlServerIndexExtensions.cs

Vrátí hodnotu označující, jestli index používá faktor výplně.

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

Index.

Návraty

true pokud je index online.

Platí pro

GetFillFactor(IReadOnlyIndex)

Zdroj:
SqlServerIndexExtensions.cs
Zdroj:
SqlServerIndexExtensions.cs
Zdroj:
SqlServerIndexExtensions.cs
Zdroj:
SqlServerIndexExtensions.cs

Vrátí faktor výplně, který index používá.

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

Index.

Návraty

Faktor výplně, který index používá

Platí pro

GetFillFactor(IReadOnlyIndex, StoreObjectIdentifier)

Zdroj:
SqlServerIndexExtensions.cs
Zdroj:
SqlServerIndexExtensions.cs
Zdroj:
SqlServerIndexExtensions.cs
Zdroj:
SqlServerIndexExtensions.cs

Vrátí faktor výplně, který index používá.

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

Index.

storeObject
StoreObjectIdentifier

Identifikátor objektu úložiště.

Návraty

Faktor výplně, který index používá

Platí pro