IDTSExecutables100.Add(String) Method

Definition

Adds a new container or task object to the collection.

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

Parameters

bstrMoniker
String

The moniker to the executable.

Returns

A task host from the newly created IDTSExecutable100 object.

Attributes

Remarks

For more information, see Executables.

Applies to