다음을 통해 공유


New 메서드

Creates a new IDTSInputColumn100 and adds it to a collection.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap

구문

‘선언
Function New As IDTSInputColumn100
‘사용 방법
Dim instance As IDTSInputColumnCollection100
Dim returnValue As IDTSInputColumn100

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

주의

IDTSInputColumn100 objects are created using this method. New columns are inserted at the end of the collection unless the NewAt method is used.