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

Visual Basic
Dim instance As QueryProcessorBase

Syntax

Visual Basic
Public MustInherit Class QueryProcessorBase
C#
public abstract class QueryProcessorBase
C++
public ref class QueryProcessorBase abstract
J#
public abstract class QueryProcessorBase
JScript
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