IDTSExecutables100.Join Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Adds an existing container or task object to the collection.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
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.
Comentarios
For more information, see Executables.