IDTSCustomPropertyCollection100.New 方法

定义

创建新的 IDTSCustomProperty100 对象并将其添加到集合的末尾。

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

返回

新创建的 IDTSCustomProperty100 对象。

属性

注解

组件应仅将自定义属性添加到集合中 ProvideComponentProperties,在此期间,SSIS 设计器在将组件添加到数据流任务后调用。

适用于