SqlServerIndexExtensions.GetSortInTempDb Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.