IRunningTaskFormsService.IsTaskFormInProgress(String, IContext) Méthode
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.
Indique si la création d’une boîte de dialogue est en cours. Par exemple, si un utilisateur essaie d’ouvrir les propriétés, par exemple, d’un rôle serveur, taskFormMoniker indiquera quel code utiliser et context quel objet a été appelé.
public:
bool IsTaskFormInProgress(System::String ^ taskFormMoniker, Microsoft::SqlServer::Management::Data::IContext ^ context);
public bool IsTaskFormInProgress(string taskFormMoniker, Microsoft.SqlServer.Management.Data.IContext context);
abstract member IsTaskFormInProgress : string * Microsoft.SqlServer.Management.Data.IContext -> bool
Public Function IsTaskFormInProgress (taskFormMoniker As String, context As IContext) As Boolean
Paramètres
- taskFormMoniker
- String
Le surnom actuel de la boîte de dialogue à ouvrir.
- context
- IContext
Le nœud où le clic a eu lieu.
Retours
true si le formulaire de tâche est en cours ; sinon, false.