2.7.1.24 WMIDRTaskDataObjectDataType

The WMIDRTaskDataObjectDataType complex type is used to specify parameters, properties, and settings that are specific to the WMI Data Reader Task. 

The following is the XSD for the WMIDRTaskDataObjectDataType complex type.

   <xs:complexType name="WMIDRTaskDataObjectDataType">
     <xs:sequence/>
     <xs:attribute name="WQLQuerySourceType" type="DTS:SourceTypeEnum" 
                   form="unqualified"/>
     <xs:attribute name="WQLQuerySource" type="xs:string" 
                   form="unqualified"/>
     <xs:attribute name="DestinationType" 
                   type="DTS:DestinationTypeEnum" form="unqualified"/>
     <xs:attribute name="Destination" type="xs:string" 
                   form="unqualified"/>
     <xs:attribute name="OverwriteDestination" 
                   type="DTS:WMITaskDataOverwriteDestinationEnum" 
                   form="unqualified"/>
     <xs:attribute name="OutputType" 
                   type="DTS:WMITaskDataOutputTypeEnum" 
                   form="unqualified"/>
     <xs:attribute name="WMIConnectionName" type="xs:string" 
                   form="unqualified"/>
   </xs:complexType>

The WMIDRTaskDataObjectDataType complex type MUST NOT contain any elements or values.

The following table specifies the attributes of the WMIDRTaskDataObjectDataType complex type.

Attribute

Description

WQLQuerySourceType

An enumeration value that specifies where the source of the WMI Query Language (WQL) is found.

WQLQuerySource

A string value that specifies the source of the WQL query. This value is used only if the WQLQuerySourceType value is set to "DirectInput".

DestinationType

An enumeration value that specifies the type of the destination where results are sent.

Destination

A string value that specifies the destination where results are sent. This attribute contains a variable name or a connection manager reference, depending on the value of the DestinationType attribute.

OverwriteDestination

An enumeration value that specifies how output that already exists at the destination is handled.

OutputType

An enumeration value that specifies the type of values that are output and the way in which the output values are formatted.

WMIConnectionName

A string value that specifies the connection name. The connection name is a reference to a connection manager; the connection name can match either the DTSID property of the connection manager or the ObjectName property of the connection manager.