Partager via


IDTSCustomPropertyCollection100.New Méthode

Définition

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSCustomProperty100 ^ New();
[System.Runtime.InteropServices.DispId(14)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSCustomProperty100 New ();
[<System.Runtime.InteropServices.DispId(14)>]
abstract member New : unit -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSCustomProperty100
Public Function New () As IDTSCustomProperty100

Retours

Objet IDTSCustomProperty100 nouvellement créé.

Attributs

Remarques

Les composants doivent uniquement ajouter des propriétés personnalisées à la collection pendant ProvideComponentProperties, que le Concepteur SSIS appelle après l’ajout d’un composant à une tâche de flux de données.

S’applique à