Bagikan melalui


IDTSOutputColumnCollection100 Antarmuka

Definisi

Berisi kumpulan IDTSOutputColumn100 kolom.

public interface class IDTSOutputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("E7E03F27-9D77-4DA8-B574-E0AD5F1D8310")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("1C544979-50D5-4465-8872-CDD1CE54270A")]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("682C4AB4-9B7F-4A06-B6A4-C149D84697CC")]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("E7E03F27-9D77-4DA8-B574-E0AD5F1D8310")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputColumnCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("1C544979-50D5-4465-8872-CDD1CE54270A")>]
type IDTSOutputColumnCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("682C4AB4-9B7F-4A06-B6A4-C149D84697CC")>]
type IDTSOutputColumnCollection100 = interface
    interface IEnumerable
Public Interface IDTSOutputColumnCollection100
Implements IEnumerable
Atribut
Penerapan

Keterangan

IDTSOutputColumnCollection100 berisi kumpulan objek IDTSOutputColumn100. Kolom dalam koleksi ini mewakili kolom yang disediakan komponen untuk komponen hilir.

Komponen yang berisi koleksi dapat menjadi komponen sumber, yang berarti bahwa ia menambahkan kolom berdasarkan sumber data eksternal, atau dapat menjadi transformasi, yang berarti bahwa ia membuat kolom berdasarkan kolom yang diterimanya IDTSInput100di .

Properti

Count

Mendapatkan jumlah IDTSOutput100 kolom dalam koleksi.

Item[Object]

Mendapatkan yang IDTSOutputColumn100 ditentukan oleh Index parameter .

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 kumpulan kolom output.

GetObjectByID(Int32)

Mengambil objek kolom output yang memiliki ID yang ditentukan dari koleksi.

GetObjectIndexByID(Int32)

Mengambil lokasi kolom output dalam koleksi.

GetOutputColumnByLineageID(Int32)

Mengambil objek kolom output dengan ID silsilah yang ditentukan dari koleksi.

New()

Membuat objek kolom output dan menambahkannya ke koleksi.

NewAt(Int32)

Membuat objek kolom output baru dan menambahkannya ke koleksi pada indeks yang ditentukan.

RemoveAll()

Menghapus semua objek kolom output dari koleksi.

RemoveObjectByID(Int32)

Menghapus objek kolom output dengan ID yang ditentukan dari koleksi.

RemoveObjectByIndex(Object)

IDTSOutputColumn100 Menghapus objek pada lokasi yang ditentukan dalam koleksi.

SetIndex(Int32, Int32)

Memindahkan kolom output ke lokasi baru dalam koleksi.

Berlaku untuk