Share via


SqlServerPropertyExtensions.GetIdentitySeedConfigurationSource Methode

Definition

Überlädt

GetIdentitySeedConfigurationSource(IConventionProperty, StoreObjectIdentifier)

Gibt den ConfigurationSource für den Identitätskern für eine bestimmte Tabelle zurück.

GetIdentitySeedConfigurationSource(IConventionProperty)

Gibt den ConfigurationSource für den Identitätskern zurück.

GetIdentitySeedConfigurationSource(IConventionRelationalPropertyOverrides)

Gibt den ConfigurationSource für den Identitätskern für eine bestimmte Tabelle zurück.

GetIdentitySeedConfigurationSource(IConventionProperty, StoreObjectIdentifier)

Gibt den ConfigurationSource für den Identitätskern für eine bestimmte Tabelle zurück.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIdentitySeedConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetIdentitySeedConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * StoreObjectIdentifier -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIdentitySeedConfigurationSource (property As IConventionProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of ConfigurationSource)

Parameter

property
IConventionProperty

Die Eigenschaft.

storeObject
StoreObjectIdentifier

Der Bezeichner der Tabelle, die die Spalte enthält.

Gibt zurück

Der ConfigurationSource für den Identitätskern.

Gilt für:

GetIdentitySeedConfigurationSource(IConventionProperty)

Gibt den ConfigurationSource für den Identitätskern zurück.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIdentitySeedConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetIdentitySeedConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIdentitySeedConfigurationSource (property As IConventionProperty) As Nullable(Of ConfigurationSource)

Parameter

property
IConventionProperty

Die Eigenschaft.

Gibt zurück

Der ConfigurationSource für den Identitätskern.

Gilt für:

GetIdentitySeedConfigurationSource(IConventionRelationalPropertyOverrides)

Gibt den ConfigurationSource für den Identitätskern für eine bestimmte Tabelle zurück.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIdentitySeedConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides overrides);
static member GetIdentitySeedConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIdentitySeedConfigurationSource (overrides As IConventionRelationalPropertyOverrides) As Nullable(Of ConfigurationSource)

Parameter

overrides
IConventionRelationalPropertyOverrides

Die -Eigenschaft überschreibt.

Gibt zurück

Der ConfigurationSource für den Identitätskern.

Gilt für: