Share via


IDTSConnections100.Join Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Joins the specified connection manager into this collection.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Sub Join ( _
    pConnectionManager As IDTSConnectionManager100 _
)
'Usage
Dim instance As IDTSConnections100 
Dim pConnectionManager As IDTSConnectionManager100

instance.Join(pConnectionManager)
void Join(
    IDTSConnectionManager100 pConnectionManager
)
void Join(
    [InAttribute] IDTSConnectionManager100^ pConnectionManager
)
abstract Join : 
        pConnectionManager:IDTSConnectionManager100 -> unit
function Join(
    pConnectionManager : IDTSConnectionManager100
)

Parameters

Remarks

For more information, see Connections.

See Also

Reference

IDTSConnections100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace