Dela via


IDTSExecutables100.Add Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Adds a new container or task object to the collection.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Function Add ( _
    bstrMoniker As String _
) As IDTSExecutable100
'Usage
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

Parameters

Return Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
A task host from the newly created IDTSExecutable100 object.

Remarks

For more information, see Executables.

See Also

Reference

IDTSExecutables100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace