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


SqlServerIndexExtensions.GetIsCreatedOnlineConfigurationSource Метод

Определение

Возвращает значение , указывающее, ConfigurationSource находится ли индекс в сети.

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

Параметры

index
IConventionIndex

Индекс.

Возвращаемое значение

Указывает ConfigurationSource , находится ли индекс в сети.

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