SqlServerIndexExtensions.GetSortInTempDb Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
GetSortInTempDb(IReadOnlyIndex) |
Zwraca wartość wskazującą, czy indeks jest sortowany w bazie danych tempdb. |
GetSortInTempDb(IReadOnlyIndex, StoreObjectIdentifier) |
Zwraca wartość wskazującą, czy indeks jest sortowany w bazie danych tempdb. |
GetSortInTempDb(IReadOnlyIndex)
- Źródło:
- SqlServerIndexExtensions.cs
- Źródło:
- SqlServerIndexExtensions.cs
Zwraca wartość wskazującą, czy indeks jest sortowany w bazie danych 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)
Parametry
- index
- IReadOnlyIndex
Indeks.
Zwraca
true
jeśli indeks jest posortowany w bazie danych tempdb.
Dotyczy
GetSortInTempDb(IReadOnlyIndex, StoreObjectIdentifier)
- Źródło:
- SqlServerIndexExtensions.cs
- Źródło:
- SqlServerIndexExtensions.cs
Zwraca wartość wskazującą, czy indeks jest sortowany w bazie danych 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)
Parametry
- index
- IReadOnlyIndex
Indeks.
- storeObject
- StoreObjectIdentifier
Identyfikator obiektu store.
Zwraca
true
jeśli indeks jest posortowany w bazie danych tempdb.