IDTSCustomPropertyCollection100.New 方法

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

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Function New As IDTSCustomProperty100
用法
Dim instance As IDTSCustomPropertyCollection100 
Dim returnValue As IDTSCustomProperty100 

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

返回值

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

注释

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.

请参阅

参考

IDTSCustomPropertyCollection100 接口

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间