Partager via


Join méthode

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

For more information, see Executables.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (dans 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
)