SqlServerKeyExtensions.GetIsClusteredConfigurationSource Methode

Definition

Ruft ab, ConfigurationSource ob der Schlüssel gruppiert ist.

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)

Parameter

key
IConventionKey

Der Schlüssel.

Gibt zurück

Die ConfigurationSource für die Angabe, ob der Schlüssel gruppiert ist.

Gilt für: