Linguaggio

IDTSInputCollection100.Item[Object] Proprietà

Definizione

Ottiene l'oggetto IDTSInput100 specificato dal Index parametro.

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

Il nome o l'indice del IDTSInput100 da recuperare.

Valore della proprietà

Oggetto IDTSInput100 specificato dal Index parametro .

Attributi

Commenti

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

Si applica a