共用方式為


OperationReportHandler 類別

定義

用來處理報告的設計階段活動。

public class OperationReportHandler : Microsoft.EntityFrameworkCore.Design.IOperationReportHandler
public class OperationReportHandler : MarshalByRefObject, Microsoft.EntityFrameworkCore.Design.IOperationReportHandler
type OperationReportHandler = class
    interface IOperationReportHandler
type OperationReportHandler = class
    inherit MarshalByRefObject
    interface IOperationReportHandler
Public Class OperationReportHandler
Implements IOperationReportHandler
Public Class OperationReportHandler
Inherits MarshalByRefObject
Implements IOperationReportHandler
繼承
OperationReportHandler
繼承
OperationReportHandler
實作

建構函式

OperationReportHandler(Action<String>, Action<String>, Action<String>, Action<String>)

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

屬性

Version

取得這個處理常式的合約版本。

方法

OnError(String)

回報錯誤時叫用。

OnInformation(String)

報告資訊時叫用。

OnVerbose(String)

在報告詳細資訊資訊時叫用。

OnWarning(String)

回報警告時叫用。

適用於