Linguaggio

IDTSConnections100.Item[Object] Proprietà

Definizione

Restituisce il gestore di 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

Il nome, l'identità, l'ID o l'indice del gestore di connessione da restituire.

Valore della proprietà

Il gestore di connessione con la chiave specificata.

Attributi

Commenti

Per altre informazioni, vedere Connections.

Si applica a