次の方法で共有


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 で並べ替えられるかどうかを示す 。

適用対象