Partager via


Méthode IDTSExecutables100.Add

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Adds a new container or task object to the collection.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Function Add ( _
    bstrMoniker As String _
) As IDTSExecutable100
'Utilisation
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

Paramètres

  • bstrMoniker
    Type : System.String
    The moniker to the executable.

Valeur de retour

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

Notes

For more information, see Executables.

Voir aussi

Référence

IDTSExecutables100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper