IDtsMultiTaskUI Interface
This API supports the SQL Server 2012 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)
Syntax
'Declaration
Public Interface IDtsMultiTaskUI
'Usage
Dim instance As IDtsMultiTaskUI
public interface IDtsMultiTaskUI
public interface class IDtsMultiTaskUI
type IDtsMultiTaskUI = interface end
public interface IDtsMultiTaskUI
The IDtsMultiTaskUI type exposes the following members.
Methods
Name | Description | |
---|---|---|
Delete | Infrastructure. Removes the specified object from the IDtsMultiTaskUI object. | |
GetView | Infrastructure. Returns the multi task view of the specified object. | |
Initialize | Infrastructure. Initializes the current instance of the IDtsMultiTaskUI class with the specified service provider and task hosts. | |
New | Infrastructure. Creates a new instance from the IDtsMultiTaskUI class with the specified task host and parent window. |
Top