SqlServerIndexExtensions.SetSortInTempDb Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.
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.
- fromDataAnnotation
- Boolean
Indica se la configurazione è stata specificata utilizzando un'annotazione dati.
Restituisce
Il valore configurato.