IDTSPath100.EndPoint Propiedad

Definición

Obtiene o establece el objeto IDTSInput100 asociado a una ruta.

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ EndPoint { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ value); };
[System.Runtime.InteropServices.DispId(102)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.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.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 mediante la EndPoint asignación de 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