IDtsMultiTaskUI 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Represents the DTS multi task UI.
命名空间: Microsoft.SqlServer.Dts.Runtime.Design
程序集: Microsoft.SqlServer.Dts.Design(在 Microsoft.SqlServer.Dts.Design.dll 中)
语法
声明
Public Interface IDtsMultiTaskUI
用法
Dim instance As IDtsMultiTaskUI
public interface IDtsMultiTaskUI
public interface class IDtsMultiTaskUI
type IDtsMultiTaskUI = interface end
public interface IDtsMultiTaskUI
IDtsMultiTaskUI 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
Delete | 基础结构。Removes the specified object from the IDtsMultiTaskUI object. | |
GetView | 基础结构。Returns the multi task view of the specified object. | |
Initialize | 基础结构。Initializes the current instance of the IDtsMultiTaskUI class with the specified service provider and task hosts. | |
New | 基础结构。Creates a new instance from the IDtsMultiTaskUI class with the specified task host and parent window. |
页首