IDTSPath100.StartPoint 속성

정의

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSOutput100 ^ StartPoint { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSOutput100 ^ get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSOutput100 ^ value); };
[System.Runtime.InteropServices.DispId(101)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.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.Sql2012.IDTSOutput100 with get, set
Public Property StartPoint As IDTSOutput100

속성 값

IDTSOutput100 경로 내 상류 구성 요소인 객체입니다.

특성

설명

이 속성에 입력 객체를 할당하여 StartPoint 설정을 피하는 것이 좋습니다. 영향을 받는 컴포넌트는 알림을 받지 못하기 때문입니다. 대신, 메서드를 AttachPathAndPropagateNotifications 호출하여 StartPoint와 EndPoint 속성을 설정하고 해당 컴포넌트에 알림을 보냅니다.

적용 대상