ITaskManagementService インターフェイス

定義

ITaskManagementServiceインターフェースの新しいインスタンスを初期化します。

public interface class ITaskManagementService : Microsoft::SqlServer::Management::ITaskLauncherService
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("c45268a4-eb74-46cd-aaa3-7a14ba338a39")]
public interface ITaskManagementService : Microsoft.SqlServer.Management.ITaskLauncherService
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("c45268a4-eb74-46cd-aaa3-7a14ba338a39")>]
type ITaskManagementService = interface
    interface ITaskLauncherService
Public Interface ITaskManagementService
Implements ITaskLauncherService
属性
実装

プロパティ

名前 説明
ActionHandlers

システムで知られているすべてのアクションハンドラの辞書を取得します。

Actions

サービスが知っているアクションの辞書を入手します。

メソッド

名前 説明
PerformAction(String, IContext)

要求されたアクションをインスタンス化し、起動します。

(継承元 ITaskLauncherService)

イベント

名前 説明
ActionCompleted

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

(継承元 ITaskLauncherService)
Launched

アクションが実行された後に発生します。

(継承元 ITaskLauncherService)
Launching

アクションを行う前に発生します。

(継承元 ITaskLauncherService)

適用対象