Compartilhar via


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
Método público Delete Infraestrutura. Removes the specified object from the IDtsMultiTaskUI object.
Método público GetView Infraestrutura. Returns the multi task view of the specified object.
Método público Initialize Infraestrutura. Initializes the current instance of the IDtsMultiTaskUI class with the specified service provider and task hosts.
Método público New Infraestrutura. Creates a new instance from the IDtsMultiTaskUI class with the specified task host and parent window.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Design