IDTSInputCollection100.Item[Object] 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 objek yang IDTSInput100 ditentukan oleh Index parameter .
public:
property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ get(System::Object ^ Index); };
[System.Runtime.InteropServices.DispId(0)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100 this[object Index] { [System.Runtime.InteropServices.DispId(0)] get; }
[<System.Runtime.InteropServices.DispId(0)>]
[<get: System.Runtime.InteropServices.DispId(0)>]
member this.Item(obj) : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
Default Public ReadOnly Property Item(Index As Object) As IDTSInput100
Parameter
- Index
- Object
Nama atau indeks yang akan IDTSInput100 diambil.
Nilai Properti
Objek IDTSInput100 yang ditentukan oleh Index parameter .
- Atribut
Keterangan
Parameter object dapat menentukan nama atau indeks objek input dalam koleksi. Jika input yang ditentukan oleh Index parameter tidak ditemukan dalam koleksi, pengecualian Microsoft.SqlServer.Dts.HResults.DTS_E_ELEMENTNOTFOUND terjadi.