IDTSPath100.EndPoint 속성

정의

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

속성 값

경로 하류의 구성 요소 중 하나입니다 IDTSInput100 .

특성

설명

이 속성에 입력 객체를 할당하여 EndPoint 설정을 피하는 것이 좋습니다. 경로 설정으로 영향을 받는 컴포넌트는 알림이 받지 않기 때문입니다. 대신 전화 AttachPathAndPropagateNotifications하세요.

적용 대상