2.6.3.1.1 TaskExePropertyNameEnum Type

The TaskExePropertyNameEnum type is used by the anonymous type declarations in the Executable Task Types section. This type is not referenced anywhere in the formal XSD.

The following is the XSD for the TaskExePropertyNameEnum type.

   <xs:simpleType name="TaskExePropertyNameEnum">
     <xs:restriction base="DTS:AnyNonPackageExecutablePropertyNameEnum">
       <xs:enumeration value="Description"/>
       <xs:enumeration value="DTSID"/>
       <xs:enumeration value="CreationName"/>
       <xs:enumeration value="ObjectName"/>
       <xs:enumeration value="ForceExecValue"/>
       <xs:enumeration value="ExecValue"/>
       <xs:enumeration value="ForceExecutionResult"/>
       <xs:enumeration value="Disabled"/>
       <xs:enumeration value="FailPackageOnFailure"/>
       <xs:enumeration value="FailParentOnFailure"/>
       <xs:enumeration value="MaxErrorCount"/>
       <xs:enumeration value="ISOLevel"/>
       <xs:enumeration value="LocaleID"/>
       <xs:enumeration value="TransactionOption"/>
       <xs:enumeration value="DelayValidation"/>
       <xs:enumeration value="DisableEventHandlers"/>
       <xs:enumeration value="ExecutionLocation"/>
       <xs:enumeration value="ExecutionAddress"/>
       <xs:enumeration value="TaskContact"/>
       <xs:enumeration value="SqlStatementSource"/>
     </xs:restriction>
   </xs:simpleType>

The interpretation of the values in the TaskExePropertyNameEnum type is given in [link??] AnyNonPackageExecutablePropertyNameEnum.