CIM_SAPSAPDependency class

CIM_SAPSAPDependency is an association between one ServiceAccessPoint and another ServiceAccessPoint that indicates that the latter is required for the former to utilize or connect with its Service. For example, to print to a network printer, local Print Access Points must utilize underlying network-related SAPs, or ProtocolEndpoints, to send the print request.

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

Syntax

[Association, UMLPackagePath("CIM::Core::Service"), Version("2.10.0"), AMENDMENT]
class CIM_SAPSAPDependency : CIM_Dependency
{
  CIM_ServiceAccessPoint REF Antecedent;
  CIM_ServiceAccessPoint REF Dependent;
};

Members

The CIM_SAPSAPDependency class has these types of members:

Properties

The CIM_SAPSAPDependency class has these properties.

Antecedent

Data type: CIM_ServiceAccessPoint

Access type: Read-only

Qualifiers: key, Override ("Antecedent")

A CIM_ServiceAccessPoint containing the required service access point (SAP).

Dependent

Data type: CIM_ServiceAccessPoint

Access type: Read-only

Qualifiers: key, Override ("Dependent")

The CIM_ServiceAccessPoint that is dependent on an underlying SAP.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\standardcimv2
MOF
NetTCPIP.mof
DLL
NetTCPIP.dll

See also

CIM_Dependency