다음을 통해 공유


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

데이터 주석을 사용하여 구성을 지정했는지 여부를 나타냅니다.

반환

구성된 값입니다.

적용 대상