Método Connections.Join
Joins a connection to the list of connections.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public Sub Join ( _
connectionManager As ConnectionManager _
)
'Uso
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
)
Parâmetros
- connectionManager
Tipo: Microsoft.SqlServer.Dts.Runtime.ConnectionManager
The connection manager.