SqlServerIndexExtensions.SetSortInTempDb Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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.
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.
- fromDataAnnotation
- Boolean
Gibt an, ob die Konfiguration mithilfe einer Datenanmerkung angegeben wurde.
Gibt zurück
Der konfigurierte Wert.
Gilt für:
Entity Framework