IRunningTaskFormsService Interface

 

Represents the RunningTaskForms object that hosts a service.

Namespace:   Microsoft.SqlServer.Management.TaskForms
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

public interface class IRunningTaskFormsService : ICollection<ITaskFormManagerHost^>, 
	IEnumerable<ITaskFormManagerHost^>, IEnumerable

NameDescription
System_CAPS_pubpropertyCount

(Inherited from ICollection<T>.)

System_CAPS_pubpropertyIsReadOnly

(Inherited from ICollection<T>.)

NameDescription
System_CAPS_pubmethodAdd(T)

(Inherited from ICollection<T>.)

System_CAPS_pubmethodClear()

(Inherited from ICollection<T>.)

System_CAPS_pubmethodContains(T)

(Inherited from ICollection<T>.)

System_CAPS_pubmethodCopyTo(array<T>^, Int32)

(Inherited from ICollection<T>.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from IEnumerable<T>.)

System_CAPS_pubmethodIsTaskFormInProgress(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.

System_CAPS_pubmethodRemove(T)

(Inherited from ICollection<T>.)

System_CAPS_pubmethodRemove(String^, IContext^)

Removes the first occurrence of a specific object from the collection.

System_CAPS_pubmethodTryGetTaskFormManagerHost(String^, IContext^, ITaskFormManagerHost^%)

Sets a value indicating whether the manager host is running.

Return to top
Show: