RelationalOptionsExtension.WithMigrationsHistoryTableSchema(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立與這個實例相同的所有選項的新實例,但指定選項已變更。 直接呼叫這個方法並不尋常。 請改用 DbContextOptionsBuilder 。
public virtual Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension WithMigrationsHistoryTableSchema (string migrationsHistoryTableSchema);
public virtual Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension WithMigrationsHistoryTableSchema (string? migrationsHistoryTableSchema);
abstract member WithMigrationsHistoryTableSchema : string -> Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension
override this.WithMigrationsHistoryTableSchema : string -> Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension
Public Overridable Function WithMigrationsHistoryTableSchema (migrationsHistoryTableSchema As String) As RelationalOptionsExtension
參數
- migrationsHistoryTableSchema
- String
要變更的選項。
傳回
選項已變更的新實例。