Поделиться через


IDTSPath100.EndPoint Свойство

Определение

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

Значение свойства

Объект IDTSInput100 нижестоящего по пути компонента.

Атрибуты

Комментарии

Следует избегать настройки EndPoint, назначив входной объект этому свойству, так как компоненты, затронутые установкой пути, не уведомляются. Вместо этого вызовите AttachPathAndPropagateNotifications.

Применяется к