Método IDTSExecutables100.Join
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Adds an existing container or task object to the collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Sub Join ( _
pDTSExecutable As IDTSExecutable100 _
)
'Uso
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
)
Parâmetros
- pDTSExecutable
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
The name of the existing task host for the container or task.
Comentários
For more information, see Executables.