Sdílet prostřednictvím


SqlServerIndexExtensions.SetSortInTempDb Metoda

Definice

Přetížení

SetSortInTempDb(IMutableIndex, Nullable<Boolean>)

Nastaví hodnotu označující, jestli je index seřazený v databázi tempdb.

SetSortInTempDb(IConventionIndex, Nullable<Boolean>, Boolean)

Nastaví hodnotu označující, jestli je index seřazený v databázi tempdb.

SetSortInTempDb(IMutableIndex, Nullable<Boolean>)

Nastaví hodnotu označující, jestli je index seřazený v databázi 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

Index.

sortInTempDb
Nullable<Boolean>

Hodnota k nastavení.

Platí pro

SetSortInTempDb(IConventionIndex, Nullable<Boolean>, Boolean)

Nastaví hodnotu označující, jestli je index seřazený v databázi 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

Index.

sortInTempDb
Nullable<Boolean>

Hodnota k nastavení.

fromDataAnnotation
Boolean

Určuje, zda byla konfigurace zadána pomocí datové poznámky.

Návraty

Nakonfigurovaná hodnota.

Platí pro