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 中排序。

適用於