Compartilhar via


Interface IDtsConnectionManagerUI

Defines the interface for editing connection managers. This class is inherited by all connection manager user interfaces. It returns the connection manager user interface that is used for editing the connection manager.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Design
Assembly:  Microsoft.SqlServer.Dts.Design (em Microsoft.SqlServer.Dts.Design.dll)

Sintaxe

'Declaração
Public Interface IDtsConnectionManagerUI
'Uso
Dim instance As IDtsConnectionManagerUI
public interface IDtsConnectionManagerUI
public interface class IDtsConnectionManagerUI
type IDtsConnectionManagerUI =  interface end
public interface IDtsConnectionManagerUI

O tipo IDtsConnectionManagerUI expõe os membros a seguir.

Métodos

  Nome Descrição
Método público Delete Provides notification for tasks. This method is called before an existing connection manager is removed from the package.
Método público Edit Edits an existing connection manager.
Método público Initialize Initializes the connection manager user interface. This method is called when you need to create connections of a specific type.
Método público New Provides notification to tasks of newly created connection managers. This method is called after a new connection manager is added to the package.

Início

Comentários

If the class is nulluma referência nula (Nothing no Visual Basic), there is not a connection manager defined for this connection, and the designer needs to show the properties window.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Design