IDTSPathCollection100.New 메서드

정의

IDTSPath100을 만들어 컬렉션에 추가합니다.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPath100 ^ New();
[System.Runtime.InteropServices.DispId(14)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPath100 New ();
[<System.Runtime.InteropServices.DispId(14)>]
abstract member New : unit -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPath100
Public Function New () As IDTSPath100

반환

새로운 IDTSPath100 개체입니다.

특성

설명

경로는 컬렉션의 메서드를 New 호출하여 생성됩니다. 새로 만든 경로가 없거나 StartPointEndPoint 이러한 속성은 메서드 호출 AttachPathAndPropagateNotifications 을 통해 해당 값을 받습니다.

적용 대상