IDtsTaskUI Interface
Defines the collection of methods and properties called by the SSIS Designer to initialize and display the user interface associated with a task.
Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
Public Interface IDtsTaskUI
'Usage
Dim instance As IDtsTaskUI
public interface IDtsTaskUI
public interface class IDtsTaskUI
type IDtsTaskUI = interface end
public interface IDtsTaskUI
The IDtsTaskUI type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Delete | Deletes an existing task from the package. |
![]() |
GetView | Retrieves the user interface to show. This method is called by the client. |
![]() |
Initialize | Associates a user interface with its task. Called by the client, which is usually the designer application. |
![]() |
New | Adds a new task to a package. |
Top