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.
命名空间: Microsoft.SqlServer.Dts.Runtime.Design
程序集: Microsoft.SqlServer.Dts.Design(在 Microsoft.SqlServer.Dts.Design.dll 中)
语法
声明
Public Interface IDtsConnectionManagerUI
用法
Dim instance As IDtsConnectionManagerUI
public interface IDtsConnectionManagerUI
public interface class IDtsConnectionManagerUI
type IDtsConnectionManagerUI = interface end
public interface IDtsConnectionManagerUI
IDtsConnectionManagerUI 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
Delete | Provides notification for tasks. This method is called before an existing connection manager is removed from the package. | |
Edit | Edits an existing connection manager. | |
Initialize | Initializes the connection manager user interface. This method is called when you need to create connections of a specific type. | |
New | Provides notification to tasks of newly created connection managers. This method is called after a new connection manager is added to the package. |
页首
注释
If the class is nullnull 引用(在 Visual Basic 中为 Nothing), there is not a connection manager defined for this connection, and the designer needs to show the properties window.