IWmiQueryBuilderT Interface |
Namespace: Xcalibur.WMI.Framework
The IWmiQueryBuilderT type exposes the following members.
| Name | Description | |
|---|---|---|
| Clauses |
A collection of WHERE clauses.
| |
| Properties |
The collection WMI Query Items.
| |
| Query |
The generated WMI query.
|
| Name | Description | |
|---|---|---|
| AddClause |
Adds a clause to be joined in a WHERE statement.
Note: This is only valid for Pull queries.
| |
| AddPropertyTProperty |
Maps the property of the destination model to the WMI property.
| |
| Build |
Builds the query based on properties and clauses specified.
| |
| UpdateTConfig |
Updates the query based on the provided configuration and polling interval.
|