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,因為受影響的元件不會收到通知。 取而代之的是呼叫 AttachPathAndPropagateNotifications 該方法,該方法設定起始點與 EndPoint 屬性,並通知相應的元件。

適用於