IDTSComponentMetaData100.InputCollection Properti
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.
Mendapatkan kumpulan IDTSInput100 objek untuk komponen.
public:
property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInputCollection100 ^ InputCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInputCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(102)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputCollection100 InputCollection { [System.Runtime.InteropServices.DispId(102)] get; }
[<System.Runtime.InteropServices.DispId(102)>]
[<get: System.Runtime.InteropServices.DispId(102)>]
member this.InputCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputCollection100
Public ReadOnly Property InputCollection As IDTSInputCollection100
Nilai Properti
Koleksi IDTSInputCollection100 komponen.
- Atribut
Keterangan
Koleksi ini berisi objek yang IDTSInput100 ditentukan oleh komponen. Ini dapat digunakan untuk mengakses, menambahkan, dan menghapus objek input dari koleksi. Objek input baru dibuat dan ditambahkan ke koleksi dengan memanggil New metode pengumpulan. Saat menambahkan komponen secara terprogram atau memodifikasi komponen yang ada dalam tugas aliran data, koleksi tidak boleh dimodifikasi secara langsung. Sebaliknya metode instans waktu desain komponen, , CManagedComponentWrapperClassharus dipanggil.