다음을 통해 공유


New 메서드

Creates a new IDTSPath100 and adds it to a collection.

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

구문

‘선언
Function New As IDTSPath100
‘사용 방법
Dim instance As IDTSPathCollection100
Dim returnValue As IDTSPath100

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

주의

Paths are created by calling the New method of the collection. The newly created path does not have a StartPoint or EndPoint These properties receive their value through a call to the AttachPathAndPropagateNotifications method.