Msvm_ServiceOfVssComponent class

An association between an instance of Msvm_VssComponent and an instance of Msvm_VssService that represents a service for performing operations on the VSS component.

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

Syntax

[Association, Aggregation, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_ServiceOfVssComponent : CIM_Dependency
{
  Msvm_VssComponent REF Antecedent;
  Msvm_VssService   REF Dependent;
};

Members

The Msvm_ServiceOfVssComponent class has these types of members:

Properties

The Msvm_ServiceOfVssComponent class has these properties.

Antecedent

Data type: Msvm_VssComponent

Access type: Read-only

Qualifiers: Override ("CIM_Dependency.Antecedent")

A, Msvm_VssComponent that represents the VSS component.

Dependent

Data type: Msvm_VssService

Access type: Read-only

Qualifiers: Override ("CIM_Dependency.Dependent")

An Msvm_VssService that represents the VSS IC service.

Requirements

Requirement Value
Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
Windows Server 2016
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_Dependency