Condividi tramite


SqlServerIndexExtensions.SetSortInTempDb Metodo

Definizione

Overload

SetSortInTempDb(IMutableIndex, Nullable<Boolean>)

Imposta un valore che indica se l'indice è ordinato in tempdb.

SetSortInTempDb(IConventionIndex, Nullable<Boolean>, Boolean)

Imposta un valore che indica se l'indice è ordinato in tempdb.

SetSortInTempDb(IMutableIndex, Nullable<Boolean>)

Imposta un valore che indica se l'indice è ordinato in 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))

Parametri

index
IMutableIndex

Indice.

sortInTempDb
Nullable<Boolean>

Il valore da impostare.

Si applica a

SetSortInTempDb(IConventionIndex, Nullable<Boolean>, Boolean)

Imposta un valore che indica se l'indice è ordinato in 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)

Parametri

index
IConventionIndex

Indice.

sortInTempDb
Nullable<Boolean>

Il valore da impostare.

fromDataAnnotation
Boolean

Indica se la configurazione è stata specificata utilizzando un'annotazione dati.

Restituisce

Il valore configurato.

Si applica a