SqlServerIndexExtensions.SetSortInTempDb Methode

Definition

Überlädt

SetSortInTempDb(IMutableIndex, Nullable<Boolean>)

Legt einen Wert fest, der angibt, ob der Index in tempdb sortiert ist.

SetSortInTempDb(IConventionIndex, Nullable<Boolean>, Boolean)

Legt einen Wert fest, der angibt, ob der Index in tempdb sortiert ist.

SetSortInTempDb(IMutableIndex, Nullable<Boolean>)

Legt einen Wert fest, der angibt, ob der Index in tempdb sortiert ist.

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))

Parameter

index
IMutableIndex

Der Index.

sortInTempDb
Nullable<Boolean>

Der festzulegende Wert.

Gilt für:

SetSortInTempDb(IConventionIndex, Nullable<Boolean>, Boolean)

Legt einen Wert fest, der angibt, ob der Index in tempdb sortiert ist.

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)

Parameter

index
IConventionIndex

Der Index.

sortInTempDb
Nullable<Boolean>

Der festzulegende Wert.

fromDataAnnotation
Boolean

Gibt an, ob die Konfiguration mithilfe einer Datenanmerkung angegeben wurde.

Gibt zurück

Der konfigurierte Wert.

Gilt für: