Share via


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 네임스페이스