Share via


ITaskManagementService Interface

Définition

Initialise une nouvelle instance de l'interface 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
Attributs
Implémente

Propriétés

ActionHandlers

Obtient le dictionnaire de tous les gestionnaires d'actions connus par le système.

Actions

Obtient le dictionnaire des actions connues par le service.

Méthodes

PerformAction(String, IContext)

Instancie et active l’action demandée.

(Hérité de ITaskLauncherService)

Événements

ActionCompleted

Se produit lorsque le gestionnaire d'actions signale que l'action est terminée.

(Hérité de ITaskLauncherService)
Launched

Se produit une fois l'action effectuée.

(Hérité de ITaskLauncherService)
Launching

Se produit avant d'effectuer l'action.

(Hérité de ITaskLauncherService)

S’applique à