IDTSRuntimeConnectionCollection100 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.
Berisi kumpulan IDTSRuntimeConnectionCollection100 objek.
public interface class IDTSRuntimeConnectionCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("739C4140-CDD0-4C4C-A3A9-D6A28CFD3299")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("83C9E3B7-2F3F-457D-8E09-EFAC08AE5A28")]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("21BA6AA3-D747-4391-BFB5-EFE5CE32256C")]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("739C4140-CDD0-4C4C-A3A9-D6A28CFD3299")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSRuntimeConnectionCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("83C9E3B7-2F3F-457D-8E09-EFAC08AE5A28")>]
type IDTSRuntimeConnectionCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("21BA6AA3-D747-4391-BFB5-EFE5CE32256C")>]
type IDTSRuntimeConnectionCollection100 = interface
interface IEnumerable
Public Interface IDTSRuntimeConnectionCollection100
Implements IEnumerable
- Atribut
- Penerapan
Keterangan
Komponen aliran data yang tersambung ke sumber data eksternal melakukannya menggunakan ConnectionManager objek yang dibuat di tingkat paket. Koleksi ini digunakan untuk menyimpan referensi ke manajer koneksi dalam paket yang digunakan komponen untuk mengakses sumber data eksternal.
Properti
| Count |
Mengembalikan jumlah IDTSRuntimeConnection100 objek dalam koleksi. |
| Item[Object] |
Mendapatkan objek yang IDTSRuntimeConnection100 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 IDTSRuntimeConnectionCollection100. |
| GetObjectByID(Int32) |
IDTSRuntimeConnection100 Mengambil objek dari koleksi. |
| GetObjectIndexByID(Int32) |
Mengambil indeks IDTSRuntimeConnection100 objek dalam koleksi. |
| GetRuntimeConnectionByName(String) |
Mengambil koneksi IDTSRuntimeConnection100 runtime objek berdasarkan nama. |
| New() |
Membuat objek baru IDTSRuntimeConnection100 dan menambahkannya ke koleksi. |
| NewAt(Int32) |
Menambahkan koneksi run-time baru di lokasi yang ditentukan dalam koleksi. |
| RemoveAll() |
Menghapus setiap IDTSRuntimeConnection100 objek dari koleksi. |
| RemoveObjectByID(Int32) |
Menghapus objek koneksi yang ditentukan dari koleksi. |
| RemoveObjectByIndex(Object) |
Menghapus koneksi run-time pada indeks yang ditentukan dari koleksi. |
| SetIndex(Int32, Int32) |
Mengubah lokasi objek koneksi run-time dalam koleksi. |