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. |
上層