次の方法で共有


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設定するメソッドを呼び出し、それぞれのコンポーネントに通知します。

適用対象