IDTSExecutables100.Join 方法
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Adds an existing container or task object to the collection.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
Sub Join ( _
pDTSExecutable As IDTSExecutable100 _
)
用法
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
)
参数
- pDTSExecutable
类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
The name of the existing task host for the container or task.
注释
For more information, see Executables.