Udostępnij za pośrednictwem


SqlServerIndexExtensions.SetSortInTempDb Metoda

Definicja

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.

sortInTempDb
Nullable<Boolean>

Wartość do ustawienia.

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.

sortInTempDb
Nullable<Boolean>

Wartość do ustawienia.

fromDataAnnotation
Boolean

Wskazuje, czy konfiguracja została określona przy użyciu adnotacji danych.

Zwraca

Skonfigurowana wartość.

Dotyczy