Msvm_SystemTerminalConnection class

Associates a virtual machine with a terminal connection.

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

Syntax

[Association, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_SystemTerminalConnection : CIM_HostedDependency
{
  Msvm_ComputerSystem     REF Antecedent;
  Msvm_TerminalConnection REF Dependent;
};

Members

The Msvm_SystemTerminalConnection class has these types of members:

Properties

The Msvm_SystemTerminalConnection class has these properties.

Antecedent

Data type: Msvm_ComputerSystem

Access type: Read-only

Qualifiers: Override ("Antecedent"), Max (1)

The virtual machine to which the connection is attached.

Dependent

Data type: Msvm_TerminalConnection

Access type: Read-only

Qualifiers: Override ("Dependent")

The connection to the virtual machine.

Remarks

Access to the Msvm_SystemTerminalConnection class might be restricted by UAC Filtering. For more information, see User Account Control and WMI.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Namespace
Root\Virtualization\V2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_HostedDependency

CIM_HostedDependency

Video Classes