Поделиться через


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.

Применяется к