IDTSOutputColumnCollection100 Interface

Contains a collection of IDTSOutputColumn100 columns.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
<GuidAttribute("B5F06F4E-50E9-4749-9D59-F9AA86C11930")> _
Public Interface IDTSOutputColumnCollection100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSOutputColumnCollection100
[GuidAttribute("B5F06F4E-50E9-4749-9D59-F9AA86C11930")]
public interface IDTSOutputColumnCollection100 : IEnumerable
[GuidAttribute(L"B5F06F4E-50E9-4749-9D59-F9AA86C11930")]
public interface class IDTSOutputColumnCollection100 : IEnumerable
[<GuidAttribute("B5F06F4E-50E9-4749-9D59-F9AA86C11930")>]
type IDTSOutputColumnCollection100 =  
    interface
        interface IEnumerable
    end
public interface IDTSOutputColumnCollection100 extends IEnumerable

Remarks

The IDTSOutputColumnCollection100 contains a collection of IDTSOutputColumn100 objects. The columns in this collection represent the columns that a component makes available to downstream components.

The component that contains the collection can be a source component, which means that it adds the columns based on an external data source, or it can be a transformation, which means that it creates columns based on the columns it receives in its IDTSInput100.