Bagikan melalui


IDTSPath100.StartPoint Properti

Definisi

Mendapatkan atau mengatur objek yang IDTSOutput100 terkait dengan jalur.

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

Nilai Properti

Objek IDTSOutput100 yang merupakan komponen upstram dalam jalur.

Atribut

Keterangan

Anda harus menghindari pengaturan StartPoint dengan menetapkan objek input ke properti ini karena komponen yang terpengaruh tidak akan diberi tahu. Sebagai gantinya AttachPathAndPropagateNotifications , panggil metode , yang mengatur StartPoint properti dan EndPoint , dan memberi tahu komponen masing-masing.

Berlaku untuk