2.4.4.1 ConnectionManagerPropertyNameEnum

The ConnectionManagerPropertyNameEnum type contains the values for the Name attribute of the property elements that are allowed for the ConnectionManagerType complex type.

The following is the XSD for the ConnectionManagerPropertyNameEnum type.

  
   <xs:simpleType name="ConnectionManagerPropertyNameEnum">
     <xs:union memberTypes="DTS:BasePropertyNameEnum">
       <xs:simpleType>
         <xs:restriction base="xs:string">
           <xs:enumeration value="DelayValidation"/>
         </xs:restriction>
       </xs:simpleType>
     </xs:union>
   </xs:simpleType>

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

Property name

Description

DelayValidation

Specifies whether validation is delayed until the container of this ConnectionManager executes. For additional restrictions, see Property Name=DelayValidation.