Lenguaje

IDTSConnectionInfos100.Item[Object] Propiedad

Definición

Obtiene el IDTSConnectionInfo100 objeto de la colección por el nombre, índice, ID o identidad.

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

Parámetros

Index
Object

El nombre, índice, ID o identidad del objeto en la colección que se debe devolver.

Valor de propiedad

Un IDTSConnectionInfo100 objeto de la colección que coincida con el nombre, índice, ID o identidad indicado en el Index parámetro.

Atributos

Se aplica a