IDTSConnections100.Item[Object] Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.