IDTSInputCollection100.Item[Object] Propiedad

Definición

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSInput100 ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSInput100 ^ get(System::Object ^ Index); };
[System.Runtime.InteropServices.DispId(0)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.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.Sql2014.IDTSInput100
Default Public ReadOnly Property Item(Index As Object) As IDTSInput100

Parámetros

Index
Object

Valor de propiedad

El objeto IDTSInput100 especificado por el parámetro Index.

Atributos

Comentarios

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

Se aplica a