Compartir a través de


SqlServerIndexExtensions.GetSortInTempDb Método

Definición

Sobrecargas

GetSortInTempDb(IReadOnlyIndex)

Devuelve un valor que indica si el índice está ordenado en tempdb.

GetSortInTempDb(IReadOnlyIndex, StoreObjectIdentifier)

Devuelve un valor que indica si el índice está ordenado en tempdb.

GetSortInTempDb(IReadOnlyIndex)

Devuelve un valor que indica si el índice está ordenado en 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)

Parámetros

index
IReadOnlyIndex

Índice.

Devoluciones

true si el índice se ordena en tempdb.

Se aplica a

GetSortInTempDb(IReadOnlyIndex, StoreObjectIdentifier)

Devuelve un valor que indica si el índice está ordenado en 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)

Parámetros

index
IReadOnlyIndex

Índice.

storeObject
StoreObjectIdentifier

Identificador del objeto de almacén.

Devoluciones

true si el índice se ordena en tempdb.

Se aplica a