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) 

イベントの種類

適用対象