Share via


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

See Also

Reference

Connections Class

Microsoft.SqlServer.Dts.Runtime Namespace