Bagikan melalui


MainPipeClass.IDTSObjectModel100_PathCollection Properti

Definisi

IDTSPathCollection100 Mendapatkan koleksi untuk tugas aliran data.

public:
 virtual property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPathCollection100 ^ IDTSObjectModel100_PathCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPathCollection100 ^ get(); };
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPathCollection100 IDTSObjectModel100_PathCollection { get; }
member this.IDTSObjectModel100_PathCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPathCollection100
Public Overridable ReadOnly Property IDTSObjectModel100_PathCollection As IDTSPathCollection100

Nilai Properti

Kumpulan IDTSPathCollection100 tugas.

Keterangan

Koleksi ini berisi objek yang IDTSPath100 disimpan dalam tugas aliran data. Setiap jalur dalam koleksi menjelaskan koneksi antara IDTSOutput100 komponen hulu dan IDTSInput100 komponen hilir.

Jalur baru yang terputus dibuat dan ditambahkan ke koleksi dengan memanggil New metode . Untuk membuat jalur antara dua komponen, AttachPathAndPropagateNotifications metode dipanggil.

Berlaku untuk