IDTSPath100.StartPoint 속성

정의

경로와 연결된 IDTSOutput100 개체를 가져오거나 설정합니다.

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ StartPoint { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ value); };
[System.Runtime.InteropServices.DispId(101)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 StartPoint { [System.Runtime.InteropServices.DispId(101)] get; [System.Runtime.InteropServices.DispId(101)] set; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
[<set: System.Runtime.InteropServices.DispId(101)>]
member this.StartPoint : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 with get, set
Public Property StartPoint As IDTSOutput100

속성 값

경로 내에 있는 업스트림 구성 요소인 IDTSOutput100 개체입니다.

특성

설명

영향을 받는 구성 요소에 StartPoint 알림이 표시되지 않으므로 이 속성에 입력 개체를 할당하여 설정하지 않아야 합니다. 대신 메서드를 AttachPathAndPropagateNotifications 호출하여 해당 및 EndPoint 속성을 설정하고 StartPoint 해당 구성 요소에 알 수 있습니다.

적용 대상