IDTSPath100.EndPoint Property

Definition

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.

Applies to