IDtsMultiTaskUI Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents the DTS multi task UI.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

public interface class IDtsMultiTaskUI

NameDescription
System_CAPS_pubmethodDelete(TaskHost^, IWin32Window^)

This API supports the product infrastructure and is not intended to be used directly from your code. Removes the specified object from the IDtsMultiTaskUI object.

System_CAPS_pubmethodGetView()

This API supports the product infrastructure and is not intended to be used directly from your code. Returns the multi task view of the specified object.

System_CAPS_pubmethodInitialize(array<TaskHost^>^, IServiceProvider^)

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes the current instance of the IDtsMultiTaskUI class with the specified service provider and task hosts.

System_CAPS_pubmethodNew(TaskHost^, IWin32Window^)

This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new instance from the IDtsMultiTaskUI class with the specified task host and parent window.

Return to top
Show: