Freigeben über


SqlServerPropertyExtensions.GetIdentityIncrementConfigurationSource Methode

Definition

Überlädt

GetIdentityIncrementConfigurationSource(IConventionProperty)

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

GetIdentityIncrementConfigurationSource(IConventionRelationalPropertyOverrides)

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

GetIdentityIncrementConfigurationSource(IConventionProperty, StoreObjectIdentifier)

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

GetIdentityIncrementConfigurationSource(IConventionProperty)

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

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

Parameter

property
IConventionProperty

Die Eigenschaft.

Gibt zurück

Der ConfigurationSource für den Identitätsinkrement.

Gilt für:

GetIdentityIncrementConfigurationSource(IConventionRelationalPropertyOverrides)

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

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

Parameter

overrides
IConventionRelationalPropertyOverrides

Die -Eigenschaft überschreibt.

Gibt zurück

Der ConfigurationSource für den Identitätsinkrement.

Gilt für:

GetIdentityIncrementConfigurationSource(IConventionProperty, StoreObjectIdentifier)

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

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIdentityIncrementConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetIdentityIncrementConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * StoreObjectIdentifier -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIdentityIncrementConfigurationSource (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ätsinkrement.

Gilt für: