IDTSCustomPropertyCollection100.New Method

Definition

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

Returns

The newly created IDTSCustomProperty100 object.

Attributes

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.

Applies to