Share via


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à

Oggetto IDTSInput100 del componente a valle nel percorso.

Attributi

Commenti

È consigliabile evitare di impostare l'oggetto EndPoint assegnando un oggetto di input a questa proprietà perché i componenti interessati dalla creazione del percorso non vengono notificati. Chiamare AttachPathAndPropagateNotificationsinvece .

Si applica a