SqlServerIndexExtensions.GetSortInTempDb Méthode

Définition

Surcharges

GetSortInTempDb(IReadOnlyIndex)

Retourne une valeur indiquant si l’index est trié dans tempdb.

GetSortInTempDb(IReadOnlyIndex, StoreObjectIdentifier)

Retourne une valeur indiquant si l’index est trié dans tempdb.

GetSortInTempDb(IReadOnlyIndex)

Retourne une valeur indiquant si l’index est trié dans tempdb.

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

Paramètres

index
IReadOnlyIndex

Index.

Retours

true si l’index est trié dans tempdb.

S’applique à

GetSortInTempDb(IReadOnlyIndex, StoreObjectIdentifier)

Retourne une valeur indiquant si l’index est trié dans tempdb.

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

Paramètres

index
IReadOnlyIndex

Index.

storeObject
StoreObjectIdentifier

Identificateur de l’objet store.

Retours

true si l’index est trié dans tempdb.

S’applique à