SqlServerIndexExtensions.SetSortInTempDb 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
SetSortInTempDb(IMutableIndex, Nullable<Boolean>) |
Ustawia wartość wskazującą, czy indeks jest sortowany w bazie danych tempdb. |
SetSortInTempDb(IConventionIndex, Nullable<Boolean>, Boolean) |
Ustawia wartość wskazującą, czy indeks jest sortowany w bazie danych tempdb. |
SetSortInTempDb(IMutableIndex, Nullable<Boolean>)
Ustawia wartość wskazującą, czy indeks jest sortowany w bazie danych tempdb.
public static void SetSortInTempDb (this Microsoft.EntityFrameworkCore.Metadata.IMutableIndex index, bool? sortInTempDb);
static member SetSortInTempDb : Microsoft.EntityFrameworkCore.Metadata.IMutableIndex * Nullable<bool> -> unit
<Extension()>
Public Sub SetSortInTempDb (index As IMutableIndex, sortInTempDb As Nullable(Of Boolean))
Parametry
- index
- IMutableIndex
Indeks.
Dotyczy
SetSortInTempDb(IConventionIndex, Nullable<Boolean>, Boolean)
Ustawia wartość wskazującą, czy indeks jest sortowany w bazie danych tempdb.
public static bool? SetSortInTempDb (this Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index, bool? sortInTempDb, bool fromDataAnnotation = false);
static member SetSortInTempDb : Microsoft.EntityFrameworkCore.Metadata.IConventionIndex * Nullable<bool> * bool -> Nullable<bool>
<Extension()>
Public Function SetSortInTempDb (index As IConventionIndex, sortInTempDb As Nullable(Of Boolean), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Boolean)
Parametry
- index
- IConventionIndex
Indeks.
- fromDataAnnotation
- Boolean
Wskazuje, czy konfiguracja została określona przy użyciu adnotacji danych.
Zwraca
Skonfigurowana wartość.