IDTSPath100.StartPoint プロパティ

定義

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSOutput100 ^ StartPoint { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSOutput100 ^ get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSOutput100 ^ value); };
[System.Runtime.InteropServices.DispId(101)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSOutput100 StartPoint { [System.Runtime.InteropServices.DispId(101)] get; [System.Runtime.InteropServices.DispId(101)] set; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
[<set: System.Runtime.InteropServices.DispId(101)>]
member this.StartPoint : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSOutput100 with get, set
Public Property StartPoint As IDTSOutput100

プロパティ値

パスの上流成分である IDTSOutput100 オブジェクトです。

属性

注釈

このプロパティに入力オブジェクトを割り当ててStartPointを設定するのは避けるべきです。影響を受けるコンポーネントには通知が届かないからです。 代わりに、StartPointとEndPointプロパティを設定し、それぞれのコンポーネントに通知するAttachPathAndPropagateNotificationsメソッドを呼び出します。

適用対象