Lenguaje

IDTSConfigurations100.Item[Object] Propiedad

Definición

Obtiene un IDTSConfiguration100 objeto de la colección.

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

Parámetros

Index
Object

El nombre, descripción, ID o índice del IDTSConfiguration100 objeto a devolver.

Valor de propiedad

Un objeto IDTSConfiguration100.

Atributos

Se aplica a