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) |
回報警告時叫用。 |