This topic has not yet been rated - Rate this topic

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 IRunningTaskFormsService : ICollection<ITaskFormManagerHost>, 
	IEnumerable<ITaskFormManagerHost>, IEnumerable

The IRunningTaskFormsService type exposes the following members.

  NameDescription
Public propertyCount (Inherited from ICollection<ITaskFormManagerHost>.)
Public propertyIsReadOnly (Inherited from ICollection<ITaskFormManagerHost>.)
Top
  NameDescription
Public methodAdd (Inherited from ICollection<ITaskFormManagerHost>.)
Public methodClear (Inherited from ICollection<ITaskFormManagerHost>.)
Public methodContains (Inherited from ICollection<ITaskFormManagerHost>.)
Public methodCopyTo (Inherited from ICollection<ITaskFormManagerHost>.)
Public methodGetEnumerator() (Inherited from IEnumerable<ITaskFormManagerHost>.)
Public methodGetEnumerator() (Inherited from IEnumerable.)
Public methodIsTaskFormInProgressIndicates 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.
Public methodRemove(T) (Inherited from ICollection<ITaskFormManagerHost>.)
Public methodRemove(String, IContext)Removes the first occurrence of a specific object from the collection.
Public methodTryGetTaskFormManagerHostSets a value indicating whether the manager host is running.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.