IDtsConnectionManagerUI Interface

Definition

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.

public interface class IDtsConnectionManagerUI
public interface IDtsConnectionManagerUI
type IDtsConnectionManagerUI = interface
Public Interface IDtsConnectionManagerUI

Remarks

If the class is null, there is not a connection manager defined for this connection, and the designer needs to show the properties window.

Methods

Delete(IWin32Window)

Provides notification for tasks. This method is called before an existing connection manager is removed from the package.

Edit(IWin32Window, Connections, ConnectionManagerUIArgs)

Edits an existing connection manager.

Initialize(ConnectionManager, IServiceProvider)

Initializes the connection manager user interface. This method is called when you need to create connections of a specific type.

New(IWin32Window, Connections, ConnectionManagerUIArgs)

Provides notification to tasks of newly created connection managers. This method is called after a new connection manager is added to the package.

Applies to