IDTSPath100.EndPoint Eigenschaft

Definition

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

Eigenschaftswert

IDTSInput100 der Komponente, die sich downstream im Pfad befindet.

Attribute

Hinweise

Sie sollten das Festlegen des EndPoint vermeiden, indem Sie dieser Eigenschaft ein Eingabeobjekt zuweisen, da die von der Einrichtung des Pfads betroffenen Komponenten nicht benachrichtigt werden. Rufen Sie AttachPathAndPropagateNotificationsstattdessen an.

Gilt für: