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索引是否使用填滿因數的 。

適用於