IDTSPath100.StartPoint Proprietà

Definizione

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSOutput100 ^ StartPoint { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSOutput100 ^ get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSOutput100 ^ value); };
[System.Runtime.InteropServices.DispId(101)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSOutput100 StartPoint { [System.Runtime.InteropServices.DispId(101)] get; [System.Runtime.InteropServices.DispId(101)] set; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
[<set: System.Runtime.InteropServices.DispId(101)>]
member this.StartPoint : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSOutput100 with get, set
Public Property StartPoint As IDTSOutput100

Valore della proprietà

Oggetto IDTSOutput100 che rappresenta il componente a monte nel percorso.

Attributi

Commenti

È consigliabile evitare di impostare StartPoint assegnando un oggetto di input a questa proprietà perché il componente interessato non riceverà alcuna notifica. Chiamare invece il AttachPathAndPropagateNotifications metodo , che imposta startPoint e EndPoint proprietà e invia una notifica ai rispettivi componenti.

Si applica a