Langage

IDTSOutputCollection100.Item[Object] Propriété

Définition

Obtient l’objet IDTSInput100 spécifié par le Index paramètre.

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

Paramètres

Index
Object

Le nom ou l’index du IDTSOutput100 à récupérer.

Valeur de propriété

IDTSOutput100 Spécifié par le Index paramètre.

Attributs

Remarques

La Item propriété permet de récupérer les sorties par nom ou indice dans la collection.

S’applique à