IDTSExecutables100.Join(IDTSExecutable100) Método

Definição

Adiciona um container ou objeto de tarefa existente à coleção.

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

O nome do host de tarefa existente para o container ou tarefa.

Atributos

Comentários

Para obter mais informações, consulte Executables.

Aplica-se a