ITaskFormManagerHost Interface

 

Defines a method that represents the Host of the class.

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

public interface class ITaskFormManagerHost

NameDescription
System_CAPS_pubpropertyTaskFormManager

Gets the property value that is hosted by the TaskFormManager.

NameDescription
System_CAPS_pubmethodActivate()

Activates the host of the TaskFormManager.

System_CAPS_pubmethodClose()

Deactivates the host of the TaskFormManager.

System_CAPS_pubmethodInitialize(ITaskFormManager^)

Initializes the host with an instance of the ITaskFormManager interface.

Return to top
Show: