Share via


IDTSExecutables100.Join Method

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

Adds an existing container or task object to the collection.

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

Syntax

'Declaration
Sub Join ( _
    pDTSExecutable As IDTSExecutable100 _
)
'Usage
Dim instance As IDTSExecutables100 
Dim pDTSExecutable As IDTSExecutable100

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

Parameters

Remarks

For more information, see Executables.

See Also

Reference

IDTSExecutables100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace