Поделиться через


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 , использует ли индекс коэффициент заполнения.

Применяется к