Freigeben über


SqlServerIndexExtensions.GetSortInTempDbConfigurationSource Methode

Definition

Gibt den ConfigurationSource für zurück, ob der Index in tempdb sortiert ist.

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

Parameter

index
IConventionIndex

Der Index.

Gibt zurück

Gibt ConfigurationSource an, ob der Index in tempdb sortiert ist.

Gilt für: