SqlServerIndexExtensions.SetSortInTempDb Méthode

Définition

Surcharges

SetSortInTempDb(IMutableIndex, Nullable<Boolean>)

Définit une valeur indiquant si l’index est trié dans tempdb.

SetSortInTempDb(IConventionIndex, Nullable<Boolean>, Boolean)

Définit une valeur indiquant si l’index est trié dans tempdb.

SetSortInTempDb(IMutableIndex, Nullable<Boolean>)

Définit une valeur indiquant si l’index est trié dans 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))

Paramètres

index
IMutableIndex

Index.

sortInTempDb
Nullable<Boolean>

Valeur à définir.

S’applique à

SetSortInTempDb(IConventionIndex, Nullable<Boolean>, Boolean)

Définit une valeur indiquant si l’index est trié dans 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)

Paramètres

index
IConventionIndex

Index.

sortInTempDb
Nullable<Boolean>

Valeur à définir.

fromDataAnnotation
Boolean

Indique si la configuration a été spécifiée à l’aide d’une annotation de données.

Retours

Valeur configurée.

S’applique à