IDTSConnections100.Join(IDTSConnectionManager100) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Joins the specified connection manager into this collection.
public:
void Join(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100 ^ pConnectionManager);
[System.Runtime.InteropServices.DispId(3)]
public void Join (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100 pConnectionManager);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member Join : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100 -> unit
Public Sub Join (pConnectionManager As IDTSConnectionManager100)
Parameters
- pConnectionManager
- IDTSConnectionManager100
The connection manager to join.
- Attributes
Remarks
For more information, see Connections.