Freigeben über


SqlServerIndexExtensions.GetFillFactorConfigurationSource Methode

Definition

Gibt zurück, ConfigurationSource ob der Index den Füllfaktor verwendet.

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)

Parameter

index
IConventionIndex

Der Index.

Gibt zurück

Gibt ConfigurationSource an, ob der Index den Füllfaktor verwendet.

Gilt für: