QueryProcessorBase Class
Represents a query processor for the connection manager in Configuration Manager 2007.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As QueryProcessorBase
Syntax
'Declaration
Public MustInherit Class QueryProcessorBase
public abstract class QueryProcessorBase
public ref class QueryProcessorBase abstract
public abstract class QueryProcessorBase
public abstract class QueryProcessorBase
Remarks
The first time a request is made for a QueryProcessorBase class, the connection manager for the site creates an instance. Additional calls will retrieve the same query processor.
A query processor supports both synchronous and asynchronous queries, as described in Managed SMS Provider Fundamentals in Configuration Manager. For information about using the class, see How to Enumerate Through The Configuration Manager Site Control File Using Managed Code and How to Perform an Asynchronous Configuration Manager Query by Using Managed Code.
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.ManagementProvider.QueryProcessorBase
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
QueryProcessorBase Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
ConnectionManagerBase Class
Other Resources
Managed SMS Provider Fundamentals in Configuration Manager
How to Enumerate Through The Configuration Manager Site Control File Using Managed Code
How to Perform an Asynchronous Configuration Manager Query by Using Managed Code