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 序列架构的 。

适用于