2.7.1.8.1.1.1.1 Exec80PackageTaskLocationEnum

The Exec80PackageTaskLocationEnum type contains the enumeration values for the Location attribute.

The following is the XSD for the Exec80PackageTaskLocationEnum type.

   <xs:simpleType name="Exec80PackageTaskLocationEnum">
     <xs:restriction base="xs:string">
       <xs:enumeration value="SqlServer"/>
       <xs:enumeration value="EmbeddedInTask"/>
       <xs:enumeration value="StorageFile"/>
     </xs:restriction>
   </xs:simpleType>

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

Enumeration value

Description

SqlServer

Specifies that the DTS 2000 Package file is stored on a database server.<86>

EmbeddedInTask

Specifies that the DTS 2000 Package file is embedded inline in the package file.

StorageFile

Specifies that the DTS 2000 Package file is stored in a file in the file system.