Represents a query processor attribute in Configuration Manager 2007. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As QueryProcessorAttribute

Syntax

Visual Basic
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public NotInheritable Class QueryProcessorAttribute
		Inherits Attribute
C#
[AttributeUsageAttribute(AttributeTargets.Class)] 
public sealed class QueryProcessorAttribute : Attribute
C++
[AttributeUsageAttribute(AttributeTargets::Class)] 
public ref class QueryProcessorAttribute sealed : public Attribute
J#
/** @attribute AttributeUsageAttribute(AttributeTargets.Class) */ 
public final class QueryProcessorAttribute extends Attribute
JScript
AttributeUsageAttribute(AttributeTargets.Class) 
public final class QueryProcessorAttribute extends Attribute

Remarks

A query processor is represented by an instance of the QueryProcessorBase class.


Inheritance Hierarchy

System.Object
   System.Attribute
    Microsoft.ConfigurationManagement.ManagementProvider.QueryProcessorAttribute

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