IRunningTaskFormsService Interface
Represents the RunningTaskForms object that hosts a service.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from ICollection<T>.) |
![]() | IsReadOnly | (Inherited from ICollection<T>.) |
| Name | Description | |
|---|---|---|
![]() | Add(T) | (Inherited from ICollection<T>.) |
![]() | Clear() | (Inherited from ICollection<T>.) |
![]() | Contains(T) | (Inherited from ICollection<T>.) |
![]() | CopyTo(array<T>^, Int32) | (Inherited from ICollection<T>.) |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
![]() | IsTaskFormInProgress(String^, IContext^) | Indicates if the creation of a dialog box is in progress. For example, if a user tries to open the properties of, for example, a Server role’s, taskFormMoniker will indicate which code to use and context will indicate which the object that was called. |
![]() | Remove(T) | (Inherited from ICollection<T>.) |
![]() | Remove(String^, IContext^) | Removes the first occurrence of a specific object from the collection. |
![]() | TryGetTaskFormManagerHost(String^, IContext^, ITaskFormManagerHost^%) | Sets a value indicating whether the manager host is running. |
Show:

