Udostępnij przez


IDTSOutputColumnCollection100 Interface

Contains a collection of IDTSOutputColumn100 columns.

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

Syntax

'Deklaracja
<DefaultMemberAttribute("Item")> _
<TypeLibTypeAttribute(4160)> _
<GuidAttribute("B5F06F4E-50E9-4749-9D59-F9AA86C11930")> _
Public Interface IDTSOutputColumnCollection100
    Inherits IEnumerable
[DefaultMemberAttribute("Item")] 
[TypeLibTypeAttribute(4160)] 
[GuidAttribute("B5F06F4E-50E9-4749-9D59-F9AA86C11930")] 
public interface IDTSOutputColumnCollection100 : IEnumerable
[DefaultMemberAttribute(L"Item")] 
[TypeLibTypeAttribute(4160)] 
[GuidAttribute(L"B5F06F4E-50E9-4749-9D59-F9AA86C11930")] 
public interface class IDTSOutputColumnCollection100 : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute TypeLibTypeAttribute(4160) */ 
/** @attribute GuidAttribute("B5F06F4E-50E9-4749-9D59-F9AA86C11930") */ 
public interface IDTSOutputColumnCollection100 extends IEnumerable
DefaultMemberAttribute("Item") 
TypeLibTypeAttribute(4160) 
GuidAttribute("B5F06F4E-50E9-4749-9D59-F9AA86C11930") 
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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.