IDTSPath100.EndPoint 속성

정의

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

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

속성 값

경로 내에 있는 구성 요소 다운스트림의 IDTSInput100입니다.

특성

설명

경로 설정의 EndPoint 영향을 받는 구성 요소에 알림이 표시되지 않으므로 이 속성에 입력 개체를 할당하여 설정을 피해야 합니다. 대신 , 를 호출합니다 AttachPathAndPropagateNotifications.

적용 대상