IDTSProperties100.Add(IDTSProperty100) 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 une propriété à la collection.
public:
void Add(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSProperty100 ^ pProperty);
[System.Runtime.InteropServices.DispId(2)]
public void Add (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProperty100 pProperty);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Add : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProperty100 -> unit
Public Sub Add (pProperty As IDTSProperty100)
Paramètres
- pProperty
- IDTSProperty100
Propriété à ajouter dans la collection.
- Attributs