IDTSPath100.StartPoint Propriété

Définition

Obtient ou définit l'objet IDTSOutput100 associé à un chemin d'accès.

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

Valeur de propriété

Objet IDTSOutput100 qui est le composant en amont dans un chemin d'accès.

Attributs

Remarques

Vous devez éviter de définir le StartPoint paramètre en affectant un objet d’entrée à cette propriété, car le composant affecté ne sera pas averti. Au lieu de cela, appelez la AttachPathAndPropagateNotifications méthode, qui définit et StartPointEndPoint propriétés, et notifie les composants respectifs.

S’applique à