IDTSPath100.EndPoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the IDTSInput100 object associated with a path.
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
Property Value
The IDTSInput100 of the component downstream in the path.
- Attributes
Remarks
You should avoid setting the EndPoint by assigning an input object to this property because the components affected by the establishment of the path are not notified. Instead, call AttachPathAndPropagateNotifications.