次の方法で共有


SqlServerIndexExtensions.SetSortInTempDb メソッド

定義

オーバーロード

SetSortInTempDb(IMutableIndex, Nullable<Boolean>)

インデックスを tempdb で並べ替えるかどうかを示す値を設定します。

SetSortInTempDb(IConventionIndex, Nullable<Boolean>, Boolean)

インデックスを tempdb で並べ替えるかどうかを示す値を設定します。

SetSortInTempDb(IMutableIndex, Nullable<Boolean>)

インデックスを 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))

パラメーター

index
IMutableIndex

インデックス。

sortInTempDb
Nullable<Boolean>

設定する値。

適用対象

SetSortInTempDb(IConventionIndex, Nullable<Boolean>, Boolean)

インデックスを 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)

パラメーター

index
IConventionIndex

インデックス。

sortInTempDb
Nullable<Boolean>

設定する値。

fromDataAnnotation
Boolean

構成がデータ注釈を使用して指定されたかどうかを示します。

戻り値

構成された値です。

適用対象