IDTSCustomPropertyCollection100 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 IDTSCustomProperty100 objek.
public interface class IDTSCustomPropertyCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("6572CF14-47A2-4D56-9D97-724519547028")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomPropertyCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("3C88E98B-D1B8-4D9E-B66E-E8A9A687618A")]
public interface IDTSCustomPropertyCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("FC9C6EB3-F689-47CA-AAC9-C0F0BEEE5B6B")]
public interface IDTSCustomPropertyCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("6572CF14-47A2-4D56-9D97-724519547028")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSCustomPropertyCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("3C88E98B-D1B8-4D9E-B66E-E8A9A687618A")>]
type IDTSCustomPropertyCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("FC9C6EB3-F689-47CA-AAC9-C0F0BEEE5B6B")>]
type IDTSCustomPropertyCollection100 = interface
interface IEnumerable
Public Interface IDTSCustomPropertyCollection100
Implements IEnumerable
- Atribut
- Penerapan
Keterangan
Properti kustom menyediakan mekanisme bagi objek aliran data untuk mengekspos properti tambahan di luar yang diterapkan dalam antarmuka itu sendiri. Misalnya, adaptor sumber OLE DB berisi properti kustom yang memungkinkan pengguna menentukan pernyataan SQL untuk sumber data.
Kumpulan IDTSComponentMetaData100 properti kustom antarmuka diisi selama panggilan ke ProvideComponentProperties metode . Properti tidak boleh ditambahkan ke koleksi ini di lain waktu.
Antarmuka berikut berisi koleksi properti kustom:
Properti
| Count |
Mendapatkan jumlah elemen yang terkandung dalam IDTSCustomPropertyCollection100. |
| Item[Object] |
Mendapatkan yang IDTSCustomProperty100 ditentukan oleh |
Metode
| FindObjectByID(Int32) |
Menemukan objek yang diminta dalam koleksi berdasarkan ID-nya. |
| FindObjectIndexByID(Int32) |
Menemukan indeks objek yang diminta dalam koleksi dengan ID-nya. |
| GetEnumerator() |
Mengembalikan enumerator yang dapat melakukan iterasi melalui IDTSCustomPropertyCollection100. |
| GetObjectByID(Int32) |
IDTSCustomPropertyCollection100 Mendapatkan objek yang memiliki ID yang ditentukan. |
| GetObjectIndexByID(Int32) |
Mendapatkan indeks IDTSCustomProperty100 objek yang memiliki ID yang ditentukan. |
| New() |
Membuat objek baru IDTSCustomProperty100 dan menambahkannya ke akhir koleksi. |
| NewAt(Int32) |
Membuat objek baru IDTSCustomProperty100 di lokasi yang ditentukan dalam koleksi. |
| RemoveAll() |
Menghapus setiap IDTSCustomProperty100 objek dalam koleksi. |
| RemoveObjectByID(Int32) |
Menghapus memiliki IDTSCustomProperty100 ID yang ditentukan. |
| RemoveObjectByIndex(Object) |
IDTSCustomProperty100 Menghapus objek di lokasi yang ditentukan oleh |
| SetIndex(Int32, Int32) |
Mengubah lokasi IDTSCustomProperty100 objek dalam koleksi. |