Partager via


New méthode

Creates a new IDTSCustomProperty100 object and adds it to the end of the collection.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (dans Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Function New As IDTSCustomProperty100
'Utilisation
Dim instance As IDTSCustomPropertyCollection100
Dim returnValue As IDTSCustomProperty100

returnValue = instance.New()
IDTSCustomProperty100 New()
IDTSCustomProperty100^ New()
abstract New : unit -> IDTSCustomProperty100 
function New() : IDTSCustomProperty100

Notes

Components should only add custom properties to the collection during ProvideComponentProperties, which the SSIS Designer calls after a component is added to a data flow task.