New 메서드
Creates a new IDTSCustomProperty100 object and adds it to the end of the collection.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap
구문
‘선언
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.