Interface IDtsMultiTaskUI
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents the DTS multi task UI.
Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (em Microsoft.SqlServer.Dts.Design.dll)
Sintaxe
'Declaração
Public Interface IDtsMultiTaskUI
'Uso
Dim instance As IDtsMultiTaskUI
public interface IDtsMultiTaskUI
public interface class IDtsMultiTaskUI
type IDtsMultiTaskUI = interface end
public interface IDtsMultiTaskUI
O tipo IDtsMultiTaskUI expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
Delete | Infraestrutura. Removes the specified object from the IDtsMultiTaskUI object. | |
GetView | Infraestrutura. Returns the multi task view of the specified object. | |
Initialize | Infraestrutura. Initializes the current instance of the IDtsMultiTaskUI class with the specified service provider and task hosts. | |
New | Infraestrutura. Creates a new instance from the IDtsMultiTaskUI class with the specified task host and parent window. |
Início