Compartilhar via


IDTSPath100.StartPoint Propriedade

Definição

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 da propriedade

O objeto IDTSOutput100 que é o componente upstream em um caminho.

Atributos

Comentários

Você deve evitar definir o StartPoint atribuindo um objeto de entrada a essa propriedade porque o componente afetado não será notificado. Em vez disso, chame o AttachPathAndPropagateNotifications método, que define o StartPoint e EndPoint as propriedades e notifica os respectivos componentes.

Aplica-se a