ITaskLauncherService.ActionCompleted 事件

定义

在操作处理程序报告操作完成时发生。

public:
 event EventHandler<Microsoft::SqlServer::Management::ActionCompletedEventArgs ^> ^ ActionCompleted;
event EventHandler<Microsoft.SqlServer.Management.ActionCompletedEventArgs> ActionCompleted;
member this.ActionCompleted : EventHandler<Microsoft.SqlServer.Management.ActionCompletedEventArgs> 
Event ActionCompleted As EventHandler(Of ActionCompletedEventArgs) 

事件类型

适用于