Msft_MiQuery class

The Msft_MiQuery WMI class represents a data stream that encapsulates a query request from a Software Inventory Logging data provider, and exposes the query data in the stream.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), AMENDMENT]
class Msft_MiQuery : Msft_MiStream
{
  string NamespaceName;
  string Dialect;
  string Expression;
};

Members

The Msft_MiQuery class has these types of members:

Properties

The Msft_MiQuery class has these properties.

Dialect

Data type: string

Access type: Read-only

Gets the query language in the request.

Expression

Data type: string

Access type: Read-only

Gets the query expression in the request.

NamespaceName

Data type: string

Access type: Read-only

Gets the namespace of the data provider.

Windows Server 2012 R2: This property is not available before Windows Server 2016.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\InventoryLogging
MOF
MiStreamProv.mof
DLL
MiStreamProv.dll

See also

Msft_MiStream

Software Inventory Logging WMI Stream Provider Classes