共用方式為


OperationExecutor 建構函式

定義

多載

OperationExecutor(IOperationReportHandler, IDictionary)

初始化 OperationExecutor 類別的新執行個體

OperationExecutor(Object, IDictionary)

初始化 OperationExecutor 類別的新執行個體。

支援的 args 引數如下:

targetName--目標專案的元件名稱。

startupTargetName--啟動專案的元件名稱。

projectDir--目標專案的根目錄。

rootNamespace--目標專案的根命名空間。

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)

參數

args
IDictionary

執行程式引數。

備註

支援的 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

IOperationReportHandler

args
IDictionary

執行程式引數。

適用於