Share via


IDTSCustomPropertyCollection100.New Method

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Function New As IDTSCustomProperty100
'Usage
Dim instance As IDTSCustomPropertyCollection100 
Dim returnValue As IDTSCustomProperty100 

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

Return Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
The newly created IDTSCustomProperty100 object.

Remarks

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.

See Also

Reference

IDTSCustomPropertyCollection100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace