ITaskManagementService Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
| Nom | Description |
|---|---|
| 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
| Nom | Description |
|---|---|
| PerformAction(String, IContext) |
Instancie et active l’action demandée. (Hérité de ITaskLauncherService) |
Événements
| Nom | Description |
|---|---|
| ActionCompleted |
Se produit lorsque le gestionnaire d’action signale que l’action est terminée. (Hérité de ITaskLauncherService) |
| Launched |
Elle se produit après l’exécution de l’action. (Hérité de ITaskLauncherService) |
| Launching |
Se produit avant d’effectuer l’action. (Hérité de ITaskLauncherService) |