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

新创建的 IDTSCustomProperty100 对象。

属性

注解

组件只应将自定义属性添加到集合中 ProvideComponentProperties ,SSIS 设计器会在将组件添加到数据流任务之后调用该集合。

适用于