共用方式為


SqlServerPropertyExtensions.GetSequenceSchema 方法

定義

多載

GetSequenceSchema(IReadOnlyProperty, StoreObjectIdentifier)

傳回要用於索引鍵值產生序列的架構。

GetSequenceSchema(IReadOnlyProperty)

傳回要用於索引鍵值產生序列的架構。

GetSequenceSchema(IReadOnlyProperty, StoreObjectIdentifier)

來源:
SqlServerPropertyExtensions.cs
來源:
SqlServerPropertyExtensions.cs
來源:
SqlServerPropertyExtensions.cs

傳回要用於索引鍵值產生序列的架構。

public static string? GetSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetSequenceSchema (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As String

參數

property
IReadOnlyProperty

屬性。

storeObject
StoreObjectIdentifier

Store 物件的識別碼。

傳回

要用於索引鍵值產生序列的架構。

適用於

GetSequenceSchema(IReadOnlyProperty)

來源:
SqlServerPropertyExtensions.cs
來源:
SqlServerPropertyExtensions.cs
來源:
SqlServerPropertyExtensions.cs

傳回要用於索引鍵值產生序列的架構。

public static string? GetSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetSequenceSchema (property As IReadOnlyProperty) As String

參數

property
IReadOnlyProperty

屬性。

傳回

要用於索引鍵值產生序列的架構。

適用於