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 中对索引进行排序的 。

适用于