Compartilhar via


IDTSRuntimeConnectionCollection100 Interface

Definição

Contém uma coleção de objetos IDTSRuntimeConnectionCollection100 .

public interface class IDTSRuntimeConnectionCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("739C4140-CDD0-4C4C-A3A9-D6A28CFD3299")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("83C9E3B7-2F3F-457D-8E09-EFAC08AE5A28")]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("21BA6AA3-D747-4391-BFB5-EFE5CE32256C")]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("739C4140-CDD0-4C4C-A3A9-D6A28CFD3299")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSRuntimeConnectionCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("83C9E3B7-2F3F-457D-8E09-EFAC08AE5A28")>]
type IDTSRuntimeConnectionCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("21BA6AA3-D747-4391-BFB5-EFE5CE32256C")>]
type IDTSRuntimeConnectionCollection100 = interface
    interface IEnumerable
Public Interface IDTSRuntimeConnectionCollection100
Implements IEnumerable
Atributos
Implementações

Comentários

Componentes de fluxo de dados que se conectam a fontes de dados externas fazem isso usando ConnectionManager objetos criados no nível do pacote. Essa coleção é usada para armazenar referências aos gerenciadores de conexões no pacote que um componente usa para acessar fontes de dados externas.

Propriedades

Count

Retorna o número de objetos IDTSRuntimeConnection100 em uma coleção.

Item[Object]

Obtém o objeto IDTSRuntimeConnection100 especificado pelo parâmetro Index.

Métodos

FindObjectByID(Int32)

Localiza o objeto solicitado em uma coleção por sua ID.

FindObjectIndexByID(Int32)

Localiza o índice do objeto solicitado em uma coleção por sua ID.

GetEnumerator()

Retorna um enumerador que pode iterar por uma IDTSRuntimeConnectionCollection100.

GetObjectByID(Int32)

Recupera um objeto IDTSRuntimeConnection100 de uma coleção.

GetObjectIndexByID(Int32)

Recupera o índice do objeto IDTSRuntimeConnection100 em uma coleção.

GetRuntimeConnectionByName(String)

Recupera a conexão de runtime do objeto IDTSRuntimeConnection100 por nome.

New()

Cria um novo objeto IDTSRuntimeConnection100 e o adiciona à uma coleção.

NewAt(Int32)

Adiciona uma nova conexão de tempo de execução no local especificado em uma coleção.

RemoveAll()

Excluir cada objeto IDTSRuntimeConnection100 de uma coleção.

RemoveObjectByID(Int32)

Remove o objeto de conexão especificado de uma coleção.

RemoveObjectByIndex(Object)

Exclui a conexão de tempo de execução no índice especificado de uma coleção.

SetIndex(Int32, Int32)

Altera o local do objeto de conexão de tempo de execução em uma coleção.

Aplica-se a