IDTSPath100.StartPoint プロパティ

定義

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

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ StartPoint { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ value); };
[System.Runtime.InteropServices.DispId(101)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.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.IDTSOutput100 with get, set
Public Property StartPoint As IDTSOutput100

プロパティ値

パスの上流コンポーネントである IDTSOutput100 オブジェクトです。

属性

注釈

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

適用対象