IDTSPath100.StartPoint 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
경로와 연결된 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 해당 구성 요소에 알 수 있습니다.