Linguaggio

IDTSPath100.EndPoint Proprietà

Definizione

Ottiene o imposta l'oggetto IDTSInput100 associato a un percorso.

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

Valore della proprietà

Quella IDTSInput100 del componente a valle nel percorso.

Attributi

Commenti

Dovresti evitare di impostare assegnando EndPoint un oggetto di input a questa proprietà perché i componenti interessati dall'istituzione del percorso non vengono notificati. Invece, chiama AttachPathAndPropagateNotifications.

Si applica a