SqlServerPropertyExtensions.GetIdentitySeedConfigurationSource Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
GetIdentitySeedConfigurationSource(IConventionProperty, StoreObjectIdentifier) |
Zwraca element ConfigurationSource dla elementu inicjuje tożsamość dla określonej tabeli. |
GetIdentitySeedConfigurationSource(IConventionProperty) |
Zwraca wartość ConfigurationSource dla inicjatora tożsamości. |
GetIdentitySeedConfigurationSource(IConventionRelationalPropertyOverrides) |
Zwraca element ConfigurationSource dla elementu inicjuje tożsamość dla określonej tabeli. |
GetIdentitySeedConfigurationSource(IConventionProperty, StoreObjectIdentifier)
Zwraca element ConfigurationSource dla elementu inicjuje tożsamość dla określonej tabeli.
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)
Parametry
- property
- IConventionProperty
Właściwość.
- storeObject
- StoreObjectIdentifier
Identyfikator tabeli zawierającej kolumnę.
Zwraca
Element ConfigurationSource dla inicjatora tożsamości.
Dotyczy
GetIdentitySeedConfigurationSource(IConventionProperty)
Zwraca wartość ConfigurationSource dla inicjatora tożsamości.
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)
Parametry
- property
- IConventionProperty
Właściwość.
Zwraca
Element ConfigurationSource dla inicjatora tożsamości.
Dotyczy
GetIdentitySeedConfigurationSource(IConventionRelationalPropertyOverrides)
Zwraca element ConfigurationSource dla elementu inicjuje tożsamość dla określonej tabeli.
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)
Parametry
- overrides
- IConventionRelationalPropertyOverrides
Przesłonięcia właściwości.
Zwraca
Element ConfigurationSource dla inicjatora tożsamości.