IDTSPath100.EndPoint プロパティ

定義

パスに関連付けられた IDTSInput100 オブジェクトを取得します。値の設定も可能です。

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

プロパティ値

パスの下流コンポーネントの IDTSInput100 です。

属性

注釈

パスの確立の影響を受けるコンポーネントに通知がされないので、このプロパティに入力オブジェクトを割り当てることによる EndPoint の設定はしないでください。 代わりに、AttachPathAndPropagateNotifications を呼び出します。

適用対象