SqlServerPropertyExtensions.GetIdentitySeedConfigurationSource Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetIdentitySeedConfigurationSource(IConventionProperty, StoreObjectIdentifier) |
Retourne le ConfigurationSource pour le seed d’identité d’une table particulière. |
GetIdentitySeedConfigurationSource(IConventionProperty) |
Retourne le ConfigurationSource pour le seed d’identité. |
GetIdentitySeedConfigurationSource(IConventionRelationalPropertyOverrides) |
Retourne le ConfigurationSource pour le seed d’identité d’une table particulière. |
GetIdentitySeedConfigurationSource(IConventionProperty, StoreObjectIdentifier)
Retourne le ConfigurationSource pour le seed d’identité d’une table particulière.
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)
Paramètres
- property
- IConventionProperty
Propriété.
- storeObject
- StoreObjectIdentifier
Identificateur de la table contenant la colonne.
Retours
pour ConfigurationSource le seed d’identité.
S’applique à
GetIdentitySeedConfigurationSource(IConventionProperty)
Retourne le ConfigurationSource pour le seed d’identité.
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)
Paramètres
- property
- IConventionProperty
Propriété.
Retours
pour ConfigurationSource le seed d’identité.
S’applique à
GetIdentitySeedConfigurationSource(IConventionRelationalPropertyOverrides)
Retourne le ConfigurationSource pour le seed d’identité d’une table particulière.
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)
Paramètres
- overrides
- IConventionRelationalPropertyOverrides
La propriété remplace.
Retours
pour ConfigurationSource le seed d’identité.