CIM_ServiceSAPDependency class

Represents an association between a service and a service access point (SAP) that provides the service with functionality.

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

Syntax

[Abstract, Association, Version("2.10.0")]
class CIM_ServiceSAPDependency : CIM_Dependency
{
  CIM_ServiceAccessPoint REF Antecedent;
  CIM_Service            REF Dependent;
};

Members

The CIM_ServiceSAPDependency class has these types of members:

Properties

The CIM_ServiceSAPDependency class has these properties.

Antecedent

Data type: CIM_ServiceAccessPoint

Access type: Read-only

Qualifiers: Override ("Antecedent")

The required service access point.

Dependent

Data type: CIM_Service

Access type: Read-only

Qualifiers: Override ("Dependent")

The service that is dependent on the SAP.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
End of client support
None supported
End of server support
Windows Server 2012 R2
Namespace
Root\virtualization
MOF
WindowsVirtualization.mof

See also

CIM_Dependency