Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
- pConnectionManager
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
The connection manager to join.
Remarks
For more information, see Connections.