Udostępnij za pośrednictwem


SqlServerKeyExtensions.GetIsClusteredConfigurationSource Metoda

Definicja

Pobiera wartość ConfigurationSource dla tego, czy klucz jest klastrowany.

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)

Parametry

key
IConventionKey

Klucz.

Zwraca

Wartość ConfigurationSource dla tego, czy klucz jest klastrowany.

Dotyczy