OperationReportHandler 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于处理报告的设计时活动。
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) |
报告警告时调用。 |