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
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.