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
반환 값
형식: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSInputColumn100
The new IDTSInputColumn100 object.
주의
IDTSInputColumn100 objects are created using this method. New columns are inserted at the end of the collection unless the NewAt method is used.