Freigeben über


SqlServerIndexExtensions.GetIsClusteredConfigurationSource Methode

Definition

Gibt zurück, ConfigurationSource ob der Index gruppiert ist.

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

Parameter

property
IConventionIndex

Die Eigenschaft.

Gibt zurück

Die ConfigurationSource für die Angabe, ob der Index gruppiert ist.

Gilt für: