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)

报告警告时调用。

适用于