IDTSInputColumnCollection100 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 IDTSInputColumn100 kolom.
public interface class IDTSInputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("8CE41D62-FEAD-4EFF-8810-7463B5A80F4C")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("E53B51EF-A945-4F2D-A4D6-ABD74A9DAFEF")]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("041DA657-647A-47CB-90F4-842D75E90075")]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("8CE41D62-FEAD-4EFF-8810-7463B5A80F4C")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputColumnCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("E53B51EF-A945-4F2D-A4D6-ABD74A9DAFEF")>]
type IDTSInputColumnCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("041DA657-647A-47CB-90F4-842D75E90075")>]
type IDTSInputColumnCollection100 = interface
interface IEnumerable
Public Interface IDTSInputColumnCollection100
Implements IEnumerable
- Atribut
- Penerapan
Keterangan
IDTSInputColumnCollection100 berisi kumpulan objek IDTSInputColumn100. Koleksi ini menyediakan kemampuan untuk menambahkan, menghapus, dan menghitung item dalam koleksi.
Kolom dalam koleksi biasanya dimasukkan ke dalam koleksi dengan memanggil SetUsageType metode antarmuka waktu desain. Metode ini mengatur UsageType properti kolom dan menempatkannya dalam koleksi.
Properti
| Count |
Mendapatkan jumlah kolom yang terkandung dalam koleksi. |
| Item[Object] |
Mendapatkan objek yang IDTSInputColumn100 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 IDTSInputColumnCollection100. |
| GetInputColumnByLineageID(Int32) |
IDTSInputColumn100 Mengambil objek yang memiliki ID silsilah yang ditentukan. |
| GetInputColumnByName(String, String) |
Mengambil objek yang IDTSInputColumn100 memiliki nama yang ditentukan. |
| GetObjectByID(Int32) |
Mendapatkan objek yang IDTSInputColumn100 memiliki ID yang ditentukan. |
| GetObjectIndexByID(Int32) |
Mendapatkan indeks IDTSInputColumn100 objek yang memiliki ID yang ditentukan. |
| New() |
Membuat baru IDTSInputColumn100 dan menambahkannya ke koleksi. |
| NewAt(Int32) |
Membuat objek baru IDTSInputColumn100 dan menambahkannya ke koleksi di indeks yang ditentukan. |
| RemoveAll() |
Menghapus setiap IDTSInputColumnCollection100 objek dalam koleksi. |
| RemoveObjectByID(Int32) |
Menghapus objek yang IDTSInputColumn100 ditentukan oleh ID. |
| RemoveObjectByIndex(Object) |
IDTSInputColumn100 Menghapus di lokasi yang ditentukan dalam koleksi. |
| SetIndex(Int32, Int32) |
Mengubah lokasi objek yang IDTSInputColumn100 ditentukan oleh |