ITaskLauncherService インターフェイス

実行されるアクションを表します。また、TaskLauncher のタスクを実行します。

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

構文

'宣言

<(True)> _
<("cd130d5b-269b-4c38-a695-576b250ec613")> _
Public Interface ITaskLauncherService
'使用

Dim instance As ITaskLauncherService
[(true)]
[("cd130d5b-269b-4c38-a695-576b250ec613")]
public interface ITaskLauncherService
[(true)]
[(L"cd130d5b-269b-4c38-a695-576b250ec613")]
public interface class ITaskLauncherService
[<(true)>]
[<("cd130d5b-269b-4c38-a695-576b250ec613")>]
type ITaskLauncherService =  interface end
public interface ITaskLauncherService

ITaskLauncherService 型は、以下のメンバーを公開しています。

メソッド

  名前 説明
パブリック メソッド PerformAction 要求されたアクションをインスタンス化してアクティブ化します。

先頭に戻る

イベント

  名前 説明
パブリック イベント ActionCompleted アクション ハンドラーからアクションの完了が報告されたときに発生します。
パブリック イベント Launched アクションが実行された後で発生します。
パブリック イベント Launching アクションが実行される前に発生します。

先頭に戻る

関連項目

参照

Microsoft.SqlServer.Management 名前空間