IDTSConnections100.Item[Object] Proprietà

Definizione

Restituisce la gestione connessione con la chiave specificata.

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

Parametri

Key
Object

Nome, identità, ID o indice della gestione connessione da restituire.

Valore della proprietà

IDTSConnectionManager100

Gestione connessione con la chiave specificata.

Attributi

Commenti

Per altre informazioni, vedere Connections.

Si applica a