IDTSPath100.EndPoint プロパティ

定義

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

プロパティ値

経路の下流にある成分の IDTSInput100

属性

注釈

このプロパティに入力オブジェクトを割り当ててEndPointを設定するのは避けるべきです。なぜなら、パスの設定によって影響を受けるコンポーネントには通知されないからです。 代わりに AttachPathAndPropagateNotificationsに電話してください。

適用対象