다음을 통해 공유


SqlServerIndexExtensions.GetSortInTempDb 메서드

정의

오버로드

GetSortInTempDb(IReadOnlyIndex)

인덱스가 tempdb로 정렬되었는지 여부를 나타내는 값을 반환합니다.

GetSortInTempDb(IReadOnlyIndex, StoreObjectIdentifier)

인덱스가 tempdb로 정렬되었는지 여부를 나타내는 값을 반환합니다.

GetSortInTempDb(IReadOnlyIndex)

인덱스가 tempdb로 정렬되었는지 여부를 나타내는 값을 반환합니다.

public static bool? GetSortInTempDb (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);
static member GetSortInTempDb : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex -> Nullable<bool>
<Extension()>
Public Function GetSortInTempDb (index As IReadOnlyIndex) As Nullable(Of Boolean)

매개 변수

index
IReadOnlyIndex

인덱스입니다.

반환

true 인덱스가 tempdb로 정렬되면 입니다.

적용 대상

GetSortInTempDb(IReadOnlyIndex, StoreObjectIdentifier)

인덱스가 tempdb로 정렬되었는지 여부를 나타내는 값을 반환합니다.

public static bool? GetSortInTempDb (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetSortInTempDb : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex * StoreObjectIdentifier -> Nullable<bool>
<Extension()>
Public Function GetSortInTempDb (index As IReadOnlyIndex, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Boolean)

매개 변수

index
IReadOnlyIndex

인덱스입니다.

storeObject
StoreObjectIdentifier

저장소 개체의 식별자입니다.

반환

true 인덱스가 tempdb로 정렬되면 입니다.

적용 대상