IDTSPath100.StartPoint Propiedad

Definición

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSOutput100 ^ StartPoint { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSOutput100 ^ get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSOutput100 ^ value); };
[System.Runtime.InteropServices.DispId(101)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.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.Sql2012.IDTSOutput100 with get, set
Public Property StartPoint As IDTSOutput100

Valor de propiedad

El IDTSOutput100 objeto que es el componente aguas arriba en un camino.

Atributos

Comentarios

Deberías evitar configurar el StartPoint asignando un objeto de entrada a esta propiedad porque el componente afectado no será notificado. En su lugar, llama al AttachPathAndPropagateNotifications método, que establece las propiedades StartPoint EndPoint y notifica a los componentes respectivos.

Se aplica a