CIM_ServiceAccessBySAP class

CIM_ServiceAccessBySAP is an association that identifies the access points for a Service. For example, a printer might be accessed by NetWare, MacIntosh or Windows ServiceAccessPoints, which might all be hosted on different Systems.

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

Syntax

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

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")

The Service.

Dependent

Data type: CIM_ServiceAccessPoint

Access type: Read-only

Qualifiers: Override ("Dependent")

An Access Point for a Service. Access points are dependent in this relationship because they have no function without a corresponding Service.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\CIMv2\Storage\iScsiTarget
MOF
SmIscsiTarget.mof
DLL
SMiSCSITargetProv.dll

See also

CIM_Dependency