Compartir a través de


IDTSComponentMetaData100.InputCollection Propiedad

Definición

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

Valor de propiedad

La colección IDTSInputCollection100 del componente.

Atributos

Comentarios

Esta colección contiene los IDTSInput100 objetos definidos por el componente . Se puede usar para acceder, agregar y quitar objetos de entrada de la colección. Los nuevos objetos de entrada se crean y agregan a la colección llamando al método New de la colección. Al agregar mediante programación un componente o modificar un componente existente en una tarea de flujo de datos, la colección no se debe modificar directamente. En su lugar, se debe llamar a los métodos de la instancia en tiempo de diseño del componente CManagedComponentWrapperClass.

Se aplica a