2.8.5.1 EventHandlerPropertyNameEnum

The EventHandlerPropertyNameEnum type contains the values for the Name attribute of the property element that are allowed for the EventHandlerType type.

The following is the XSD of the EventHandlerPropertyNameEnum type.

   <xs:simpleType name="EventHandlerPropertyNameEnum">
     <xs:union memberTypes="DTS:BaseExecutablePropertyNameEnum">
       <xs:simpleType>
         <xs:restriction base="xs:string">
           <xs:enumeration value="EventID"/>
           <xs:enumeration value="EventName"/>
         </xs:restriction>
       </xs:simpleType>
     </xs:union>
   </xs:simpleType>

The following table specifies the enumeration values for the EventHandlerPropertyNameEnum type. This type is a union of the BaseExecutablePropertyNameEnum type with the additional values that are specified in the following table. The values that are specified in this table do not include the values that are already specified for BaseExecutablePropertyNameEnum.

Property name

Description

EventID

Specifies an integer that identifies this event.<93>

EventName

Specifies the name of the event that triggers this event handler. For additional restrictions, see Property Name=EventName.