IDTSPath100.StartPoint Propiedad

Definición

Obtiene o establece el objeto IDTSOutput100 asociado a una ruta.

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

Valor de propiedad

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

Atributos

Comentarios

Debe evitar establecer mediante la StartPoint 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 las StartPoint propiedades y EndPoint , y notifica a los componentes respectivos.

Se aplica a