IDTSPath100.StartPoint Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.