2.9.8 DestinationTypeEnum

The DestinationTypeEnum type contains enumeration values that are used to specify the type of a destination source. The DestinationTypeEnum type is referenced by other types in the Microsoft SQL Server Integration Services (SSIS) package file format.

The following is the XSD of the DestinationTypeEnum type.

   <xs:simpleType name="DestinationTypeEnum">
     <xs:restriction base="xs:string">
       <xs:enumeration value="FileConnection"/>
       <xs:enumeration value="Variable"/>
     </xs:restriction>
   </xs:simpleType>

The following table specifies the enumeration values for the DestinationTypeEnum type.

Enumeration value

Description

FileConnection

Specifies that the source is contained in a file connection.

Variable

Specifies that the source is contained in a variable.