IDTSPath100.EndPoint Propiedad

Definición

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

Valor de propiedad

IDTSInput100 del componente de nivel inferior de la ruta.

Atributos

Comentarios

Debe evitar establecer EndPoint asignando un objeto de entrada a esta propiedad porque los componentes afectados por el establecimiento de la ruta de acceso no se notifican. En su lugar, llame a AttachPathAndPropagateNotifications.

Se aplica a