2.7.1.1.1.1.1 PipelineComponentPropertiesType

The PipelineComponentPropertiesType type specifies a collection of properties of a component.

The following is the XSD for the PipelineComponentPropertiesType type.

   <xs:complexType name="PipelineComponentPropertiesType">
     <xs:sequence>
       <xs:element name="property" form="unqualified"
                   type="DTS:PipelineComponentPropertyType"
                   minOccurs="0" maxOccurs="unbounded"/>
     </xs:sequence>   
   </xs:complexType>

The following table specifies the elements of the PipelineComponentPropertiesType type.

Element

Type definition

Description

property

PipelineComponentPropertyType

A complex type that specifies a property of a component or of a component input, output, or metadata column.