共用方式為


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 命名空間