IDtsMultiTaskUI-Schnittstelle
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
Der IDtsMultiTaskUI-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
Delete | Infrastruktur Removes the specified object from the IDtsMultiTaskUI object. | |
GetView | Infrastruktur Returns the multi task view of the specified object. | |
Initialize | Infrastruktur Initializes the current instance of the IDtsMultiTaskUI class with the specified service provider and task hosts. | |
New | Infrastruktur Creates a new instance from the IDtsMultiTaskUI class with the specified task host and parent window. |
Zum Anfang