Share via


IDtsTaskUI 接口

Defines the collection of methods and properties called by the SSIS Designer to initialize and display the user interface associated with a task.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Design
程序集:  Microsoft.SqlServer.Dts.Design(在 Microsoft.SqlServer.Dts.Design.dll 中)

语法

声明
Public Interface IDtsTaskUI
用法
Dim instance As IDtsTaskUI
public interface IDtsTaskUI
public interface class IDtsTaskUI
type IDtsTaskUI =  interface end
public interface IDtsTaskUI

IDtsTaskUI 类型公开以下成员。

方法

  名称 说明
公共方法 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.

页首