Share via


IDTSPath100.StartPoint Propiedad

Definición

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

Valor de propiedad

El objeto IDTSOutput100 que es el componente de nivel superior en una ruta.

Atributos

Comentarios

Debe evitar establecer startPoint mediante la asignación de un objeto de entrada a esta propiedad porque no se notificará al componente afectado. En su lugar, llame al AttachPathAndPropagateNotifications método , que establece el StartPoint y EndPoint las propiedades, y notifica a los componentes respectivos.

Se aplica a