2.7.1.6.2 DMQueryBuilderSpecificationType

The DMQueryBuilderSpecificationType complex type contains unspecified XML content that is used for the Microsoft SQL Server Integration Services (SSIS) UI.

The following is the XSD for the DMQueryBuilderSpecificationType complex type.

   <xs:complexType name="DMQueryBuilderSpecificationType">
     <xs:sequence>
       <xs:any minOccurs="0" maxOccurs="unbounded" 
               namespace="##any" processContents="lax"/>
     </xs:sequence>
     <xs:attribute name="Sensitive" type="xs:boolean"
                       form="unqualified"/>
     <xs:attribute name="Encrypted" type="xs:boolean"
                   form="unqualified"/>
   </xs:complexType>

The following table specifies additional information for the attributes of the DMQueryBuilderSpecificationType complex type.

Attribute

Description

Sensitive

The attribute value contains an indicator for whether the element content is treated as sensitive.

FALSE – Specifies that the element content is not considered sensitive. 

TRUE – Specifies that the element content is considered sensitive.

Encrypted

The attribute value contains an indicator for whether the element content is encrypted.

FALSE – Specifies that the element content is not encrypted. 

TRUE - Specifies that the element content is encrypted.