IDTSCustomPropertyCollection100.New 方法

定义

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

返回

新创建的 IDTSCustomProperty100 对象。

属性

注解

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

适用于