OperationExecutor.ScriptMigration コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
OperationExecutor.ScriptMigration(OperationExecutor, IOperationResultHandler, IDictionary) |
OperationExecutor.ScriptMigration クラスの新しいインスタンスを初期化します。 |
OperationExecutor.ScriptMigration(OperationExecutor, Object, IDictionary) |
OperationExecutor.ScriptMigration クラスの新しいインスタンスを初期化します。 で
|
OperationExecutor.ScriptMigration(OperationExecutor, IOperationResultHandler, IDictionary)
OperationExecutor.ScriptMigration クラスの新しいインスタンスを初期化します。
public ScriptMigration (Microsoft.EntityFrameworkCore.Design.OperationExecutor executor, Microsoft.EntityFrameworkCore.Design.IOperationResultHandler resultHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.ScriptMigration : Microsoft.EntityFrameworkCore.Design.OperationExecutor * Microsoft.EntityFrameworkCore.Design.IOperationResultHandler * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.ScriptMigration
Public Sub New (executor As OperationExecutor, resultHandler As IOperationResultHandler, args As IDictionary)
パラメーター
- executor
- OperationExecutor
操作 Executor。
- resultHandler
- IOperationResultHandler
- args
- IDictionary
操作の引数。
注釈
で args
サポートされる引数は次のとおりです。
fromMigration
--移行の開始。 既定値は InitialDatabase です。
toMigration
--終了移行。 既定値は、最後の移行です。
idempotent
--任意の移行時にデータベースで使用できるスクリプトを生成します。
noTransactions
--SQL トランザクション ステートメントを生成しないでください。
contextType
--使用 DbContext する 。
適用対象
OperationExecutor.ScriptMigration(OperationExecutor, Object, IDictionary)
OperationExecutor.ScriptMigration クラスの新しいインスタンスを初期化します。
で args
サポートされる引数は次のとおりです。
fromMigration
--移行の開始。 既定値は InitialDatabase です。
toMigration
--終了移行。 既定値は、最後の移行です。
idempotent
--任意の移行時にデータベースで使用できるスクリプトを生成します。
contextType
--使用 DbContext する 。
public ScriptMigration (Microsoft.EntityFrameworkCore.Design.OperationExecutor executor, object resultHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.ScriptMigration : Microsoft.EntityFrameworkCore.Design.OperationExecutor * obj * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.ScriptMigration
Public Sub New (executor As OperationExecutor, resultHandler As Object, args As IDictionary)
パラメーター
- executor
- OperationExecutor
操作 Executor。
- resultHandler
- Object
- args
- IDictionary
操作の引数。
適用対象
Entity Framework