Share via


IDTSExecutables100.Add(String) Méthode

Définition

Ajoute un nouvel objet conteneur ou de tâche à la 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

Paramètres

bstrMoniker
String

Moniker du fichier exécutable.

Retours

Hôte de la tâche du nouvel objet IDTSExecutable100 récemment créé.

Attributs

Remarques

Pour plus d’informations, consultez Executables.

S’applique à