IDTSConnections100.Item[Object] Propriedade

Definição

Retorna o gerenciador de conexão com a chave especificada.

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

Parâmetros

Key
Object

O nome, identidade, ID ou índice do gerenciador de conexão a ser retornado.

Valor da propriedade

O gerenciador de conexão com a chave especificada.

Atributos

Comentários

Para obter mais informações, consulte Connections.

Aplica-se a