IRunningTaskFormsService Interfaccia

Definizione

Rappresenta l'oggetto RunningTaskForms che ospita un servizio.

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)
Implementazioni

Metodi

IsTaskFormInProgress(String, IContext)

Indica se la creazione di una finestra di dialogo è in corso. Ad esempio, se un utente tenta di aprire le proprietà di un ruolo del server, taskFormMoniker indicherà quale codice utilizzare mentre context indicherà l'oggetto chiamato.

Remove(String, IContext)

Rimuove la prima occorrenza di un oggetto specifico dalla raccolta.

TryGetTaskFormManagerHost(String, IContext, ITaskFormManagerHost)

Imposta un valore che indica se l'host responsabile è in esecuzione.

Si applica a