CIM_ServiceAccessBySAP class

The CIM_ServiceAccessBySAP association class represents the access points for a service. For example, a printer can be accessed by NetWare, Macintosh, or Windows service access points (SAPs), which are potentially hosted on different systems.

Important

The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[UUID("{714C00BA-DB37-11d2-85FC-0000F8102E5F}"), Abstract, AMENDMENT]
class CIM_ServiceAccessBySAP : CIM_Dependency
{
  CIM_ServiceAccessPoint REF Dependent;
  CIM_Service            REF Antecedent;
};

Members

The CIM_ServiceAccessBySAP class has these types of members:

Properties

The CIM_ServiceAccessBySAP class has these properties.

Antecedent

Data type: CIM_Service

Access type: Read-only

Qualifiers: Override ("Antecedent")

A CIM_Service that describes the service.

Dependent

Data type: CIM_ServiceAccessPoint

Access type: Read-only

Qualifiers: Override ("Dependent")

A CIM_ServiceAccessPoint that describes an access point for a service. Access points are dependent in this relationship since they have no function without a corresponding service.

Remarks

The CIM_ServiceAccessBySAP class is derived from CIM_Dependency.

WMI does not implement this class. For WMI classes that are derived from CIM_ServiceAccessBySAP, see Win32 Classes.

This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll

See also

CIM_Dependency