Connections.Join Method
Joins a connection to the list of connections.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub Join ( _
connectionManager As ConnectionManager _
)
'Usage
Dim instance As Connections
Dim connectionManager As ConnectionManager
instance.Join(connectionManager)
public void Join(
ConnectionManager connectionManager
)
public:
void Join(
ConnectionManager^ connectionManager
)
member Join :
connectionManager:ConnectionManager -> unit
public function Join(
connectionManager : ConnectionManager
)
Parameters
- connectionManager
Type: Microsoft.SqlServer.Dts.Runtime.ConnectionManager
The connection manager.