IDTSComponentMetaData100.RuntimeConnectionCollection Propiedad

Definición

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSRuntimeConnectionCollection100 ^ RuntimeConnectionCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSRuntimeConnectionCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(114)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSRuntimeConnectionCollection100 RuntimeConnectionCollection { [System.Runtime.InteropServices.DispId(114)] get; }
[<System.Runtime.InteropServices.DispId(114)>]
[<get: System.Runtime.InteropServices.DispId(114)>]
member this.RuntimeConnectionCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSRuntimeConnectionCollection100
Public ReadOnly Property RuntimeConnectionCollection As IDTSRuntimeConnectionCollection100

Valor de propiedad

IDTSRuntimeConnectionCollection100 para el componente.

Atributos

Comentarios

Esta colección contiene los IDTSRuntimeConnection100 objetos definidos por el componente . Se puede usar para acceder, agregar y quitar objetos de conexión en tiempo de ejecución de la colección. Se crean nuevos objetos de conexión en tiempo de ejecución y se agregan a la colección llamando al método New de la colección. Al modificar mediante programación un componente existente en una tarea de flujo de datos, la colección no se debe modificar directamente.

Se aplica a