IDTSPath100.EndPoint Eigenschaft

Definition

Erhält oder setzt das Objekt, das IDTSInput100 mit einem Pfad assoziiert ist.

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

Eigenschaftswert

Die IDTSInput100 der Komponente stromabwärts im Pfad.

Attribute

Hinweise

Du solltest vermeiden, das zu setzen, EndPoint indem du ein Eingabeobjekt dieser Eigenschaft zuweist, da die von der Etablierung des Pfads betroffenen Komponenten nicht benachrichtigt werden. Ruf AttachPathAndPropagateNotificationsstattdessen .

Gilt für: