IDTSExecutables100.Add(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un nouveau conteneur ou objet 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
Le surnom de l’exécutable.
Retours
Un hôte de tâche provenant de l’objet nouvellement créé IDTSExecutable100 .
- Attributs
Remarques
Pour plus d’informations, consultez Executables.