Freigeben über


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
Öffentliche Methode Delete Infrastruktur Removes the specified object from the IDtsMultiTaskUI object.
Öffentliche Methode GetView Infrastruktur Returns the multi task view of the specified object.
Öffentliche Methode Initialize Infrastruktur Initializes the current instance of the IDtsMultiTaskUI class with the specified service provider and task hosts.
Öffentliche Methode New Infrastruktur Creates a new instance from the IDtsMultiTaskUI class with the specified task host and parent window.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Design-Namespace