Share via


Msft_MiMerge class

The Msft_MiMerge WMI class represents a merged data stream. A merged data stream contains a Msft_MiQuery object and a Msft_MiCommand object.

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_MiMerge : Msft_MiStream
{
  string        NamespaceName;
  Msft_MiStream Streams[];
  Msft_MiStream Inputs[];
};

Members

The Msft_MiMerge class has these types of members:

Properties

The Msft_MiMerge class has these properties.

Inputs

Data type: Msft_MiStream array

Access type: Read-only

Qualifiers: EmbeddedInstance ("Msft_MiStream")

The list of streams to merge.

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

NamespaceName

Data type: string

Access type: Read-only

This property has been removed.

Windows Server 2012 R2: The namespace of the data provider.

This property is inherited from Msft_MiStream.

Streams

Data type: Msft_MiStream array

Access type: Read-only

This property has been removed.

**Windows Server 2012 R2: **

The list of embedded Msft_MiStream instances containing the data streams.

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