Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates the AssemblyDescription object that is associated with the query processing assembly.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As QueryDescription
Dim value As AssemblyDescription
value = instance.queryProcessingAssembly
instance.queryProcessingAssembly = value
Syntax
'Declaration
<XmlElementAttribute("QueryProcessingAssembly", IsNullable:=False)> _
Public queryProcessingAssembly As AssemblyDescription
[XmlElementAttribute("QueryProcessingAssembly", IsNullable=false)]
public AssemblyDescription queryProcessingAssembly
[XmlElementAttribute(L"QueryProcessingAssembly", IsNullable=false)]
public:
AssemblyDescription^ queryProcessingAssembly
/** @attribute XmlElementAttribute("QueryProcessingAssembly", IsNullable=false) */
public AssemblyDescription queryProcessingAssembly
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
Reference
QueryDescription Class
QueryDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
AssemblyDescription Class