Lenguaje

IDTSInputCollection100.Item[Object] Propiedad

Definición

Obtiene el IDTSInput100 objeto especificado por el Index parámetro.

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

Parámetros

Index
Object

El nombre o índice de los IDTSInput100 para recuperar.

Valor de propiedad

Objeto IDTSInput100 especificado por el Index parámetro .

Atributos

Comentarios

El object parámetro puede especificar el nombre o índice del objeto de entrada en la colección. Si la entrada especificada por el Index parámetro no se encuentra en la colección, un Microsoft. SqlServer.Dts.HResults.DTS_E_ELEMENTNOTFOUND excepción ocurre.

Se aplica a