IDTSComponentMetaData100.OutputCollection Property

Definition

Gets the collection of IDTSOutput100 objects defined by a component.

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutputCollection100 ^ OutputCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutputCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(103)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.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.IDTSOutputCollection100
Public ReadOnly Property OutputCollection As IDTSOutputCollection100

Property Value

The IDTSOutputCollection100 of the component.

Attributes

Remarks

This collection contains the IDTSOutput100 objects defined by the component. It can be used to access, add, or remove output objects from the collection. New output objects are created and added to the collection by calling the New method of the collection. When programmatically modifying a component in a data flow task, the collection should not be modified directly. Instead, the methods of the design-time instance of the component, CManagedComponentWrapperClass, should be called.

Applies to