SqlServerMigrationsSqlGenerator.Transfer 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
產生從某個架構到另一個架構的傳輸。
protected virtual void Transfer (string newSchema, string schema, string name, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
protected virtual void Transfer (string? newSchema, string? schema, string name, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
abstract member Transfer : string * string * string * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
override this.Transfer : string * string * string * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overridable Sub Transfer (newSchema As String, schema As String, name As String, builder As MigrationCommandListBuilder)
參數
- newSchema
- String
要傳送至的架構。
- schema
- String
要從中傳送的架構。
- name
- String
要傳送的專案名稱。
- builder
- MigrationCommandListBuilder
用來建置命令的命令產生器。