Linguaggio

IDTSConnectionInfos100.Item[Object] Proprietà

Definizione

Ottiene l'oggetto IDTSConnectionInfo100 dalla collezione tramite nome, indice, ID o identità.

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

Parametri

Index
Object

Il nome, indice, ID o identità dell'oggetto nella collezione da restituire.

Valore della proprietà

Un IDTSConnectionInfo100 oggetto della collezione che corrisponde al nome, indice, ID o identità indicato nel Index parametro.

Attributi

Si applica a