ConnectionManagerItems.Join(ConnectionManager, String) Method

Definition

Joins a new connection manager object.

public:
 Microsoft::SqlServer::Dts::Runtime::ConnectionManagerItem ^ Join(Microsoft::SqlServer::Dts::Runtime::ConnectionManager ^ connectionManager, System::String ^ streamName);
public Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem Join (Microsoft.SqlServer.Dts.Runtime.ConnectionManager connectionManager, string streamName);
member this.Join : Microsoft.SqlServer.Dts.Runtime.ConnectionManager * string -> Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem
Public Function Join (connectionManager As ConnectionManager, streamName As String) As ConnectionManagerItem

Parameters

connectionManager
ConnectionManager

The connection manager object to be joined.

streamName
String

The stream name.

Returns

The joined connection manager object.

Applies to