Sdílet prostřednictvím


SqlServerIndexExtensions.GetSortInTempDbConfigurationSource Metoda

Definice

Vrátí hodnotu ConfigurationSource pro to, jestli je index seřazený v databázi tempdb.

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)

Parametry

index
IConventionIndex

Index.

Návraty

Určuje ConfigurationSource , jestli je index seřazený v databázi tempdb.

Platí pro