IDTSComponentMetaData100.InputCollection Propiedad

Definición

Obtiene la colección de objetos IDTSInput100 para un componente.

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInputCollection100 ^ InputCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInputCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(102)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.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.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. Se crean nuevos objetos de entrada y se agregan a la colección llamando al New método 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 deben llamar a los métodos de la instancia en tiempo de diseño del componente , CManagedComponentWrapperClass.

Se aplica a