CIM_DeviceSAPImplementation class
Represents an association between a service access point (SAP) and a logical device that implements it.
Multiple logical devices can operate in conjunction to implement the same SAP. In addition, a logical device can implement more than one SAP.
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"), AMENDMENT]
class CIM_DeviceSAPImplementation : CIM_Dependency
{
CIM_LogicalDevice REF Antecedent;
CIM_ServiceAccessPoint REF Dependent;
};
Members
The CIM_DeviceSAPImplementation class has these types of members:
Properties
The CIM_DeviceSAPImplementation class has these properties.
-
Antecedent
-
-
Data type: CIM_LogicalDevice
-
Access type: Read-only
-
Qualifiers: Override ("Antecedent")
The logical device.
-
-
Dependent
-
-
Data type: CIM_ServiceAccessPoint
-
Access type: Read-only
-
Qualifiers: Override ("Dependent")
The SAP implemented by the logical device.
-
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 |
|