Share via


IDTSRuntimeConnectionCollection100 Interfaz

Definición

Contiene una colección 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
Implementaciones

Comentarios

Los componentes de flujo de datos que se conectan a orígenes de datos externos lo hacen mediante ConnectionManager objetos creados en el nivel de paquete. Esta colección se usa para almacenar referencias a los administradores de conexiones del paquete que un componente usa para acceder a orígenes de datos externos.

Propiedades

Count

Devuelve el número de objetos IDTSRuntimeConnection100 en una colección.

Item[Object]

Obtiene el objeto IDTSRuntimeConnection100 especificado por el parámetro Index.

Métodos

FindObjectByID(Int32)

Busca el objeto solicitado en una colección por su identificador.

FindObjectIndexByID(Int32)

Busca el índice del objeto solicitado en una colección por su identificador.

GetEnumerator()

Devuelve un enumerador que puede iterar por IDTSRuntimeConnectionCollection100.

GetObjectByID(Int32)

Recupera un objeto IDTSRuntimeConnection100 de una colección.

GetObjectIndexByID(Int32)

Recupera el índice del objeto IDTSRuntimeConnection100 en una colección.

GetRuntimeConnectionByName(String)

Recupera la conexión en tiempo de ejecución del objeto IDTSRuntimeConnection100 por nombre.

New()

Crea un nuevo objeto IDTSRuntimeConnection100 y lo agrega a una colección.

NewAt(Int32)

Agrega una nueva conexión en tiempo de ejecución en la ubicación especificada de una colección.

RemoveAll()

Elimina cada objeto IDTSRuntimeConnection100 de una colección.

RemoveObjectByID(Int32)

Quita el objeto de conexión especificado de una colección.

RemoveObjectByIndex(Object)

Elimina la conexión en tiempo de ejecución en el índice especificado de una colección.

SetIndex(Int32, Int32)

Cambia la ubicación del objeto de conexión en tiempo de ejecución de una colección.

Se aplica a