次の方法で共有


SqlServerIndexExtensions.GetFillFactorConfigurationSource メソッド

定義

インデックスで ConfigurationSource 塗りつぶし係数を使用するかどうかを示す を返します。

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

パラメーター

index
IConventionIndex

インデックス。

戻り値

ConfigurationSourceインデックスで塗りつぶし係数を使用するかどうかを示す 。

適用対象