IDTSComponentMetaData100.OutputCollection Propiedad

Definición

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSOutputCollection100 ^ OutputCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSOutputCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(103)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSOutputCollection100 OutputCollection { [System.Runtime.InteropServices.DispId(103)] get; }
[<System.Runtime.InteropServices.DispId(103)>]
[<get: System.Runtime.InteropServices.DispId(103)>]
member this.OutputCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSOutputCollection100
Public ReadOnly Property OutputCollection As IDTSOutputCollection100

Valor de propiedad

IdTSOutputCollection100 del componente.

Atributos

Comentarios

Esta colección contiene los objetos IDTSOutput100 definidos por el componente . Se puede usar para acceder, agregar o quitar objetos de salida de la colección. Los nuevos objetos de salida se crean y agregan a la colección llamando al método New de la colección. Al modificar mediante programación un componente 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