Share via


IDTSComponentMetaData100.OutputCollection Properti

Definisi

Mendapatkan kumpulan IDTSOutput100 objek yang ditentukan oleh komponen.

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutputCollection100 ^ OutputCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutputCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(103)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputCollection100 OutputCollection { [System.Runtime.InteropServices.DispId(103)] get; }
[<System.Runtime.InteropServices.DispId(103)>]
[<get: System.Runtime.InteropServices.DispId(103)>]
member this.OutputCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputCollection100
Public ReadOnly Property OutputCollection As IDTSOutputCollection100

Nilai Properti

Komponen IDTSOutputCollection100 .

Atribut

Keterangan

Koleksi ini berisi objek yang IDTSOutput100 ditentukan oleh komponen. Ini dapat digunakan untuk mengakses, menambahkan, atau menghapus objek output dari koleksi. Objek output baru dibuat dan ditambahkan ke koleksi dengan memanggil New metode pengumpulan. Saat memodifikasi komponen secara terprogram dalam tugas aliran data, koleksi tidak boleh dimodifikasi secara langsung. Sebaliknya, metode instans waktu desain komponen, , CManagedComponentWrapperClassharus dipanggil.

Berlaku untuk