IDtsConnectionService.AddConnectionToPackage(ConnectionManager) 方法

定义

向包设计器添加现有的连接,以便设计器知道新的连接管理器

public:
 bool AddConnectionToPackage(Microsoft::SqlServer::Dts::Runtime::ConnectionManager ^ connectionManager);
public bool AddConnectionToPackage (Microsoft.SqlServer.Dts.Runtime.ConnectionManager connectionManager);
abstract member AddConnectionToPackage : Microsoft.SqlServer.Dts.Runtime.ConnectionManager -> bool
Public Function AddConnectionToPackage (connectionManager As ConnectionManager) As Boolean

参数

connectionManager
ConnectionManager

要在包设计器中注册的连接管理器。

返回

如果连接不为 null,则为 true;否则为 false。

注解

仅当直接将连接管理器添加到包而不通过 <xref:Microsoft.SqlServer.Dts.Runtime.Design.IDtsConnectionService.CreateConnection%2A> 方法时,才需要调用此函数。

适用于