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 objeto IDTSOutput100 que es el componente de nivel superior en una ruta.

Atributos

Comentarios

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

Se aplica a