Condividi tramite


IDTSPath100.StartPoint Proprietà

Definizione

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

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ StartPoint { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ value); };
[System.Runtime.InteropServices.DispId(101)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.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.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 l'oggetto StartPoint assegnando un oggetto di input a questa proprietà perché il componente interessato non riceverà alcuna notifica. Chiamare invece il AttachPathAndPropagateNotifications metodo , che imposta le StartPoint proprietà e EndPoint e notifica i rispettivi componenti.

Si applica a