WqlQueryDiscoveryType Complex Type
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The WqlQueryDiscoveryType complex type, in Configuration Manager, describes discovery information for settings discovered from WMI.
A WQL query is formed based on the child properties. The query is formed as:
SELECT Property from Class WHERE Where
This resulting string must be a valid WQL query string.
<xs:complexType name="WqlQueryDiscoveryType">
<xs:complexContent>
<xs:extension
base="DiscoverySourceType"
>
<xs:sequence>
<xs:element name="Namespace"
type="WqlNamespaceType"
/>
<xs:element name="Class"
type="NonEmptyStringType"
/>
<xs:element name="Property"
type="NonEmptyStringType"
/>
<xs:element name="Where"
type="WqlWhereClauseType"
minOccurs="0"
maxOccurs="1"
/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Child Elements
Element | Type | Description |
---|---|---|
The name of the WMI class in the specified namespace whose instances are to be queried. |
||
The local WMI namespace path which is to be queried for the discovery. |
||
The name of the property of the Class whose value is used as the value of the setting. |
||
The WQL query ‘WHERE’ condition. |
See Also
Concepts
Authoring Desired Configuration Management Configuration Baselines and Configuration Items