IRunningTaskFormsService Interface

Définition

Représente l'objet RunningTaskForms qui héberge un service.

public interface class IRunningTaskFormsService : System::Collections::Generic::ICollection<Microsoft::SqlServer::Management::TaskForms::ITaskFormManagerHost ^>, System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Management::TaskForms::ITaskFormManagerHost ^>
public interface IRunningTaskFormsService : System.Collections.Generic.ICollection<Microsoft.SqlServer.Management.TaskForms.ITaskFormManagerHost>, System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.TaskForms.ITaskFormManagerHost>
type IRunningTaskFormsService = interface
    interface ICollection<ITaskFormManagerHost>
    interface seq<ITaskFormManagerHost>
    interface IEnumerable
Public Interface IRunningTaskFormsService
Implements ICollection(Of ITaskFormManagerHost), IEnumerable(Of ITaskFormManagerHost)
Implémente

Méthodes

IsTaskFormInProgress(String, IContext)

Indique si la création d'une boîte de dialogue est en cours. Par exemple, si un utilisateur tente d'ouvrir les propriétés d'un rôle serveur, par exemple, taskFormMoniker indique le code à utiliser, tandis que context précise l'objet qui a été appelé.

Remove(String, IContext)

Supprime la première occurrence d’un objet spécifique dans la collection.

TryGetTaskFormManagerHost(String, IContext, ITaskFormManagerHost)

Définit une valeur qui indique si l'hôte du gestionnaire est en cours d'exécution.

S’applique à