Condividi tramite


SqlServerIndexExtensions.GetSortInTempDb Metodo

Definizione

Overload

GetSortInTempDb(IReadOnlyIndex)

Restituisce un valore che indica se l'indice è ordinato in tempdb.

GetSortInTempDb(IReadOnlyIndex, StoreObjectIdentifier)

Restituisce un valore che indica se l'indice è ordinato in tempdb.

GetSortInTempDb(IReadOnlyIndex)

Restituisce un valore che indica se l'indice è ordinato in 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)

Parametri

index
IReadOnlyIndex

Indice.

Restituisce

true se l'indice è ordinato in tempdb.

Si applica a

GetSortInTempDb(IReadOnlyIndex, StoreObjectIdentifier)

Restituisce un valore che indica se l'indice è ordinato in 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)

Parametri

index
IReadOnlyIndex

Indice.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store.

Restituisce

true se l'indice è ordinato in tempdb.

Si applica a