IDTSPath100.StartPoint プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
パスに関連付けられた 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 プロパティが設定され、それぞれのコンポーネントに通知されます。