QueryProcessorAttribute Class
Represents a query processor attribute in Configuration Manager 2007.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As QueryProcessorAttribute
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public NotInheritable Class QueryProcessorAttribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Class)]
public sealed class QueryProcessorAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class)]
public ref class QueryProcessorAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class) */
public final class QueryProcessorAttribute extends Attribute
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
Reference
QueryProcessorAttribute Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
QueryProcessorBase