Share via


IDTSExecutables100.Join Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see Executables.

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
)