Aracılığıyla paylaş


SqlServerIndexExtensions.GetIsClusteredConfigurationSource Yöntem

Tanım

ConfigurationSource Dizinin kümelenmiş olup olmadığını döndürür.

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)

Parametreler

property
IConventionIndex

Özellik.

Döndürülenler

ConfigurationSource Dizinin kümelenmiş olup olmadığı için.

Şunlara uygulanır