Compartilhar via


IRunningTaskFormsService Interface

Definição

Representa o objeto RunningTaskForms que hospeda um serviço.

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)
Implementações

Métodos

IsTaskFormInProgress(String, IContext)

Indica se a criação de uma caixa de diálogo está em andamento. Por exemplo, se um usuário tentar abrir as propriedades de uma função de servidor, taskFormMoniker indicará qual código usar e context indicará qual objeto foi chamado.

Remove(String, IContext)

Remove a primeira ocorrência de um objeto específico da coleção.

TryGetTaskFormManagerHost(String, IContext, ITaskFormManagerHost)

Define um valor que indica se o host do gerenciador está em execução.

Aplica-se a