IDTSExecutables100.Add 方法
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Adds a new container or task object to the collection.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
Function Add ( _
bstrMoniker As String _
) As IDTSExecutable100
用法
Dim instance As IDTSExecutables100
Dim bstrMoniker As String
Dim returnValue As IDTSExecutable100
returnValue = instance.Add(bstrMoniker)
IDTSExecutable100 Add(
string bstrMoniker
)
IDTSExecutable100^ Add(
[InAttribute] String^ bstrMoniker
)
abstract Add :
bstrMoniker:string -> IDTSExecutable100
function Add(
bstrMoniker : String
) : IDTSExecutable100
参数
- bstrMoniker
类型:System.String
The moniker to the executable.
返回值
类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
A task host from the newly created IDTSExecutable100 object.
注释
For more information, see Executables.