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)

适用于