ITaskLauncherService.ActionCompleted イベント

アクション ハンドラーからアクションの完了が報告されたときに発生します。

名前空間:  Microsoft.SqlServer.Management
アセンブリ:  Microsoft.SqlServer.Management.SDK.SqlStudio (Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

構文

'宣言

Event ActionCompleted As (Of ActionCompletedEventArgs)
'使用

Dim instance As ITaskLauncherService
Dim handler As (Of ActionCompletedEventArgs)

AddHandler instance.ActionCompleted, handler
event <ActionCompletedEventArgs> ActionCompleted
 event <ActionCompletedEventArgs^>^ ActionCompleted {
    void add (<ActionCompletedEventArgs^>^ value);
    void remove (<ActionCompletedEventArgs^>^ value);
}
abstract ActionCompleted : <<ActionCompletedEventArgs>,
    ActionCompletedEventArgs>
JScript はイベントの使用をサポートしていますが、新規の宣言はサポートしていません。

関連項目

参照

ITaskLauncherService インターフェイス

Microsoft.SqlServer.Management 名前空間