IDTSRuntimeConnectionCollection100 Interfaz

Definición

public interface class IDTSRuntimeConnectionCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("D9428893-8A95-4DFD-826C-4035E5728C60")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("D9428893-8A95-4DFD-826C-4035E5728C60")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSRuntimeConnectionCollection100 = interface
    interface IEnumerable
Public Interface IDTSRuntimeConnectionCollection100
Implements IEnumerable
Atributos
Implementaciones

Comentarios

Los componentes del flujo de datos que se conectan a fuentes externas lo hacen utilizando ConnectionManager objetos creados a nivel de paquete. Esta colección se utiliza para almacenar referencias a los gestores de conexiones en el paquete que un componente utiliza para acceder a fuentes de datos externas.

Se aplica a