MainPipeClass.PathCollection Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
IDTSPathCollection100 Mendapatkan koleksi untuk tugas aliran data.
public:
virtual property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPathCollection100 ^ PathCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPathCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(13)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPathCollection100 PathCollection { [System.Runtime.InteropServices.DispId(13)] get; }
[<System.Runtime.InteropServices.DispId(13)>]
[<get: System.Runtime.InteropServices.DispId(13)>]
member this.PathCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPathCollection100
Public Overridable ReadOnly Property PathCollection As IDTSPathCollection100
Nilai Properti
Kumpulan IDTSPathCollection100 tugas.
Penerapan
- Atribut
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 terputus baru dibuat dan ditambahkan ke koleksi dengan memanggil New metode . Untuk membuat jalur antara dua komponen, AttachPathAndPropagateNotifications metode ini dipanggil.