다음을 통해 공유


SqlServerPropertyExtensions.GetIdentityIncrementConfigurationSource 메서드

정의

오버로드

GetIdentityIncrementConfigurationSource(IConventionProperty)

ConfigurationSource ID 증분의 를 반환합니다.

GetIdentityIncrementConfigurationSource(IConventionRelationalPropertyOverrides)

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

GetIdentityIncrementConfigurationSource(IConventionProperty, StoreObjectIdentifier)

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

GetIdentityIncrementConfigurationSource(IConventionProperty)

ConfigurationSource ID 증분의 를 반환합니다.

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)

매개 변수

property
IConventionProperty

속성입니다.

반환

ConfigurationSource ID 증분의 입니다.

적용 대상

GetIdentityIncrementConfigurationSource(IConventionRelationalPropertyOverrides)

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

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)

매개 변수

overrides
IConventionRelationalPropertyOverrides

속성이 재정의합니다.

반환

ConfigurationSource ID 증분의 입니다.

적용 대상

GetIdentityIncrementConfigurationSource(IConventionProperty, StoreObjectIdentifier)

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

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)

매개 변수

property
IConventionProperty

속성입니다.

storeObject
StoreObjectIdentifier

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

반환

ConfigurationSource ID 증분의 입니다.

적용 대상