Compartir a través de


IDTSExecutables100.Join(IDTSExecutable100) Método

Definición

Agrega un contenedor u objeto de tarea existente a la colección.

public:
 void Join(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExecutable100 ^ pDTSExecutable);
[System.Runtime.InteropServices.DispId(3)]
public void Join (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100 pDTSExecutable);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member Join : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100 -> unit
Public Sub Join (pDTSExecutable As IDTSExecutable100)

Parámetros

pDTSExecutable
IDTSExecutable100

Nombre del host de tarea existente para el contenedor o la tarea.

Atributos

Comentarios

Para obtener más información, vea Executables.

Se aplica a