다음을 통해 공유


SqlServerPropertyExtensions.GetHiLoSequenceSchemaConfigurationSource 메서드

정의

ConfigurationSource hi-lo 시퀀스 스키마의 를 반환합니다.

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

매개 변수

property
IConventionProperty

속성입니다.

반환

ConfigurationSource hi-lo 시퀀스 스키마의 입니다.

적용 대상