IDTSCustomPropertyCollection100.New 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.
Crée un nouvel IDTSCustomProperty100 objet et l’ajoute à la fin de la collection.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ New();
[System.Runtime.InteropServices.DispId(14)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 New();
[<System.Runtime.InteropServices.DispId(14)>]
abstract member New : unit -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function New () As IDTSCustomProperty100
Retours
Objet nouvellement créé IDTSCustomProperty100 .
- Attributs
Remarques
Les composants ne doivent ajouter des propriétés personnalisées à la collection que pendant ProvideComponentProperties, que le SSIS Designer appelle après qu’un composant a été ajouté à une tâche de flux de données.