Langue

IDTSCustomPropertyCollection100.New Méthode

Définition

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.

S’applique à