SqlServerKeyExtensions.GetIsClusteredConfigurationSource(IConventionKey) Yöntem

Tanım

ConfigurationSourceAnahtarın kümelenmiş olup olmadığını alır.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIsClusteredConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionKey key);
static member GetIsClusteredConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionKey -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIsClusteredConfigurationSource (key As IConventionKey) As Nullable(Of ConfigurationSource)

Parametreler

key
IConventionKey

Anahtar.

Döndürülenler

Nullable<ConfigurationSource>

ConfigurationSourceAnahtarın kümelenmiş olup olmadığı için.

Şunlara uygulanır