OperationExecutor コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
OperationExecutor(IOperationReportHandler, IDictionary) |
OperationExecutor クラスの新しいインスタンスを初期化します。 |
OperationExecutor(Object, IDictionary) |
OperationExecutor クラスの新しいインスタンスを初期化します。 で
|
OperationExecutor(IOperationReportHandler, IDictionary)
OperationExecutor クラスの新しいインスタンスを初期化します。
public OperationExecutor (Microsoft.EntityFrameworkCore.Design.IOperationReportHandler reportHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor : Microsoft.EntityFrameworkCore.Design.IOperationReportHandler * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor
Public Sub New (reportHandler As IOperationReportHandler, args As IDictionary)
パラメーター
- reportHandler
- IOperationReportHandler
- args
- IDictionary
Executor 引数。
注釈
で args
サポートされる引数は次のとおりです。
targetName
--ターゲット プロジェクトのアセンブリ名。
startupTargetName
--スタートアップ プロジェクトのアセンブリ名。
projectDir
--ターゲット プロジェクトのルート ディレクトリ。
rootNamespace
--ターゲット プロジェクトのルート名前空間。
language
--クラスの生成に使用するプログラミング言語。
nullable
--null 許容参照型が有効かどうかを示す値。
remainingArguments
--操作に渡される余分な引数。
適用対象
OperationExecutor(Object, IDictionary)
OperationExecutor クラスの新しいインスタンスを初期化します。
で args
サポートされる引数は次のとおりです。
targetName
--ターゲット プロジェクトのアセンブリ名。
startupTargetName
--スタートアップ プロジェクトのアセンブリ名。
projectDir
--ターゲット プロジェクトのルート ディレクトリ。
rootNamespace
--ターゲット プロジェクトのルート名前空間。
public OperationExecutor (object reportHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor : obj * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor
Public Sub New (reportHandler As Object, args As IDictionary)
パラメーター
- reportHandler
- Object
- args
- IDictionary
Executor 引数。
適用対象
Entity Framework