다음을 통해 공유


SqlServerIndexExtensions.GetSortInTempDbConfigurationSource 메서드

정의

ConfigurationSource 인덱스가 tempdb로 정렬되는지 여부에 대한 를 반환합니다.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetSortInTempDbConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index);
static member GetSortInTempDbConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionIndex -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetSortInTempDbConfigurationSource (index As IConventionIndex) As Nullable(Of ConfigurationSource)

매개 변수

index
IConventionIndex

인덱스입니다.

반환

ConfigurationSource 인덱스가 tempdb로 정렬되는지 여부에 대한 입니다.

적용 대상