IRunningTaskFormsService.Remove(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.
Supprime la première occurrence d’un objet spécifique dans la collection.
public:
bool Remove(System::String ^ taskFormMoniker, Microsoft::SqlServer::Management::Data::IContext ^ context);
public bool Remove (string taskFormMoniker, Microsoft.SqlServer.Management.Data.IContext context);
abstract member Remove : string * Microsoft.SqlServer.Management.Data.IContext -> bool
Public Function Remove (taskFormMoniker As String, context As IContext) As Boolean
Paramètres
- taskFormMoniker
- String
Moniker actuel de la boîte de dialogue à ouvrir.
- context
- IContext
Nœud où le clic s'est produit.
Retours
true si l'élément a été supprimé avec succès de la collection ; sinon, false.