IDTSPathCollection100 Antarmuka
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.
Menyediakan kontainer koleksi untuk menyimpan IDTSPath100 objek.
public interface class IDTSPathCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("6B1EED53-A314-4E82-8ADA-B0E8C7A8FA5A")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("104790ED-7431-4551-AAFA-2CA62272A78D")]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("3CAD48BA-1EEC-4537-930E-25026586A8C9")]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("6B1EED53-A314-4E82-8ADA-B0E8C7A8FA5A")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPathCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("104790ED-7431-4551-AAFA-2CA62272A78D")>]
type IDTSPathCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("3CAD48BA-1EEC-4537-930E-25026586A8C9")>]
type IDTSPathCollection100 = interface
interface IEnumerable
Public Interface IDTSPathCollection100
Implements IEnumerable
- Atribut
- Penerapan
Keterangan
Setiap IDTSPath100 objek dalam koleksi ini mewakili koneksi, atau aliran data, di antara dua komponen dalam tugas aliran data.
Jalur ditetapkan di antara komponen terlebih dahulu dengan menambahkan jalur baru ke koleksi, lalu dengan memanggil metodenya AttachPathAndPropagateNotifications .
Properti
| Count |
Mendapatkan jumlah IDTSPath100 objek yang terkandung dalam koleksi. |
| Item[Object] |
Mendapatkan objek yang IDTSPathCollection100 ditentukan oleh |
Metode
| FindObjectByID(Int32) |
Menemukan objek yang diminta dalam koleksi dengan ID-nya. |
| FindObjectIndexByID(Int32) |
Menemukan indeks objek yang diminta dalam koleksi berdasarkan ID-nya. |
| GetEnumerator() |
Mengembalikan enumerator yang dapat melakukan iterasi melalui IDTSPathCollection100. |
| GetObjectByID(Int32) |
IDTSPathCollection100 Mendapatkan objek yang memiliki ID yang ditentukan. |
| GetObjectIndexByID(Int32) |
Mendapatkan indeks IDTSPath100 objek yang memiliki ID yang ditentukan. |
| New() |
Membuat baru IDTSPath100 dan menambahkannya ke koleksi. |
| NewAt(Int32) |
IDTSPath100 Membuat objek di lokasi yang ditentukan dalam koleksi. |
| RemoveAll() |
Menghapus setiap IDTSPath100 objek dalam koleksi. |
| RemoveObjectByID(Int32) |
Menghapus objek yang IDTSPath100 ditentukan oleh parameter ID. |
| RemoveObjectByIndex(Object) |
Menghapus objek yang IDTSPath100 terletak di indeks yang ditentukan. |
| SetIndex(Int32, Int32) |
Mengubah lokasi objek yang IDTSPath100 ditentukan pada |