Condividi tramite


IDTSInputCollection100.Item[Object] Proprietà

Definizione

Ottiene l'oggetto IDTSInput100 specificato dal parametro Index.

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

Parametri

Index
Object

Nome o indice dell'oggetto IDTSInput100 da recuperare.

Valore della proprietà

Oggetto IDTSInput100 specificato dal parametro Index.

Attributi

Commenti

Il object parametro può specificare il nome o l'indice dell'oggetto di input nell'insieme. Se l'input specificato dal Index parametro non viene trovato nella raccolta, si verifica un'eccezione Microsoft.SqlServer.Dts.HResults.DTS_E_ELEMENTNOTFOUND.

Si applica a