2.7.1.1.1 PipelineComponentsType

The PipelineComponentsType type specifies a collection of component objects for a Pipeline Task executable.

The following is the XSD for the PipelineComponentsType type.

   <xs:complexType name="PipelineComponentsType">
     <xs:sequence>
       <xs:element name="component" type="DTS:PipelineComponentType" 
                   form="unqualified" maxOccurs="unbounded"/>
     </xs:sequence>
   </xs:complexType>

The following table specifies the elements of the PipelineComponentsType type.

Element

Type definition

Description

component

PipelineComponentType

A complex type that specifies a single component within a pipeline.