IDTSPath100.EndPoint Propriedade

Definição

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSInput100 ^ EndPoint { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSInput100 ^ get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSInput100 ^ value); };
[System.Runtime.InteropServices.DispId(102)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSInput100 EndPoint { [System.Runtime.InteropServices.DispId(102)] get; [System.Runtime.InteropServices.DispId(102)] set; }
[<System.Runtime.InteropServices.DispId(102)>]
[<get: System.Runtime.InteropServices.DispId(102)>]
[<set: System.Runtime.InteropServices.DispId(102)>]
member this.EndPoint : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSInput100 with get, set
Public Property EndPoint As IDTSInput100

Valor da propriedade

O IDTSInput100 do componente downstream no caminho.

Atributos

Comentários

Você deve evitar a configuração do EndPoint atribuindo um objeto de entrada a essa propriedade porque os componentes afetados pelo estabelecimento do caminho não são notificados. Em vez disso, chame AttachPathAndPropagateNotifications.

Aplica-se a