共用方式為


ReverseEngineer.CancellationOpportunityReached 事件

在執行 Populate 方法時偶爾引發,以提供機會取消方法。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Public Event CancellationOpportunityReached As EventHandler(Of CancelEventArgs)
public event EventHandler<CancelEventArgs> CancellationOpportunityReached
public:
 event EventHandler<CancelEventArgs^>^ CancellationOpportunityReached {
    void add (EventHandler<CancelEventArgs^>^ value);
    void remove (EventHandler<CancelEventArgs^>^ value);
}
member CancellationOpportunityReached : IEvent<EventHandler<CancelEventArgs>,
    CancelEventArgs>
JScript 不支援事件。

備註

只有在 Populate 執行時,且在相同的執行緒上,才會引發這個事件。

.NET Framework 安全性

請參閱

參考

ReverseEngineer 類別

Microsoft.Data.Schema.SchemaModel 命名空間

Populate