Share via


IDTSExecutables100.Add(String) 方法

定义

将新的容器或任务对象添加到集合。

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExecutable100 ^ Add(System::String ^ bstrMoniker);
[System.Runtime.InteropServices.DispId(2)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100 Add (string bstrMoniker);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Add : string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
Public Function Add (bstrMoniker As String) As IDTSExecutable100

参数

bstrMoniker
String

可执行文件的名字对象。

返回

来自新创建的 IDTSExecutable100 对象的任务宿主。

属性

注解

有关详细信息,请参阅 Executables

适用于