SqlServerPropertyExtensions.GetHiLoSequenceSchema 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetHiLoSequenceSchema(IProperty) |
返回用于 hi-lo 序列的架构。 |
GetHiLoSequenceSchema(IReadOnlyProperty) |
返回用于 hi-lo 序列的架构。 |
GetHiLoSequenceSchema(IProperty, StoreObjectIdentifier) |
返回用于 hi-lo 序列的架构。 |
GetHiLoSequenceSchema(IReadOnlyProperty, StoreObjectIdentifier) |
返回用于 hi-lo 序列的架构。 |
GetHiLoSequenceSchema(IProperty)
返回用于 hi-lo 序列的架构。
public static string GetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
<Extension()>
Public Function GetHiLoSequenceSchema (property As IProperty) As String
参数
- property
- IProperty
属性。
返回
要用于 hi-lo 序列的架构。
适用于
GetHiLoSequenceSchema(IReadOnlyProperty)
返回用于 hi-lo 序列的架构。
public static string? GetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetHiLoSequenceSchema (property As IReadOnlyProperty) As String
参数
- property
- IReadOnlyProperty
属性。
返回
要用于 hi-lo 序列的架构。
适用于
GetHiLoSequenceSchema(IProperty, StoreObjectIdentifier)
返回用于 hi-lo 序列的架构。
public static string GetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetHiLoSequenceSchema (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As String
参数
- property
- IProperty
属性。
- storeObject
- StoreObjectIdentifier
存储对象的标识符。
返回
要用于 hi-lo 序列的架构。
适用于
GetHiLoSequenceSchema(IReadOnlyProperty, StoreObjectIdentifier)
返回用于 hi-lo 序列的架构。
public static string? GetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetHiLoSequenceSchema (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As String
参数
- property
- IReadOnlyProperty
属性。
- storeObject
- StoreObjectIdentifier
存储对象的标识符。
返回
要用于 hi-lo 序列的架构。