다음을 통해 공유


SqlServerPropertyExtensions.GetIdentitySeedConfigurationSource 메서드

정의

오버로드

GetIdentitySeedConfigurationSource(IConventionProperty, StoreObjectIdentifier)

ConfigurationSource 특정 테이블의 ID 시드에 대한 를 반환합니다.

GetIdentitySeedConfigurationSource(IConventionProperty)

ConfigurationSource ID 시드에 대한 를 반환합니다.

GetIdentitySeedConfigurationSource(IConventionRelationalPropertyOverrides)

ConfigurationSource 특정 테이블의 ID 시드에 대한 를 반환합니다.

GetIdentitySeedConfigurationSource(IConventionProperty, StoreObjectIdentifier)

ConfigurationSource 특정 테이블의 ID 시드에 대한 를 반환합니다.

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)

매개 변수

property
IConventionProperty

속성입니다.

storeObject
StoreObjectIdentifier

열이 포함된 테이블의 식별자입니다.

반환

ConfigurationSource ID 시드의 입니다.

적용 대상

GetIdentitySeedConfigurationSource(IConventionProperty)

ConfigurationSource ID 시드에 대한 를 반환합니다.

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)

매개 변수

property
IConventionProperty

속성입니다.

반환

ConfigurationSource ID 시드의 입니다.

적용 대상

GetIdentitySeedConfigurationSource(IConventionRelationalPropertyOverrides)

ConfigurationSource 특정 테이블의 ID 시드에 대한 를 반환합니다.

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)

매개 변수

overrides
IConventionRelationalPropertyOverrides

속성이 재정의됩니다.

반환

ConfigurationSource ID 시드의 입니다.

적용 대상