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


SqlServerIndexExtensions.GetIsClusteredConfigurationSource Метод

Определение

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

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)

Параметры

property
IConventionIndex

Свойство.

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

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

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