Partager via


Méthode IDTSExecutables100.Join

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Adds an existing container or task object to the collection.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Sub Join ( _
    pDTSExecutable As IDTSExecutable100 _
)
'Utilisation
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
)

Paramètres

Notes

For more information, see Executables.

Voir aussi

Référence

IDTSExecutables100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper