Indicates an
AssemblyDescription object for the assembly that is used in
processing queries.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Syntax
Visual Basic |
<XmlElementAttribute("QueryProcessingAssembly", IsNullable:=False)> _
Public queryProcessingAssembly As AssemblyDescription
|
C# |
[XmlElementAttribute("QueryProcessingAssembly", IsNullable=false)]
public AssemblyDescription queryProcessingAssembly
|
C++ |
[XmlElementAttribute(L"QueryProcessingAssembly", IsNullable=false)]
public:
AssemblyDescription^ queryProcessingAssembly
|
J# |
/** @attribute XmlElementAttribute("QueryProcessingAssembly", IsNullable=false) */
public AssemblyDescription queryProcessingAssembly
|
JScript |
XmlElementAttribute("QueryProcessingAssembly", IsNullable=false)
public var queryProcessingAssembly : AssemblyDescription
|
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also