CIM_BindsTo class
This association establishes a ServiceAccessPoint as a requester of protocol services from a ProtocolEndpoint. Typically, this association runs between SAPs and endpoints on a single system. Because a ProtocolEndpoint is a kind of ServiceAccessPoint, this binding can be used to establish a layering of two protocols, with the upper layer represented by the Dependent and the lower layer represented by the Antecedent.
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 of the inherited properties.
Syntax
class CIM_BindsTo : CIM_SAPSAPDependency
{
CIM_ProtocolEndpoint REF Antecedent;
CIM_ServiceAccessPoint REF Dependent;
};
Members
The CIM_BindsTo class has these types of members:
- Properties
Properties
The CIM_BindsTo class has these properties.
Antecedent
Data type: CIM_ProtocolEndpoint
Access type: Read-only
The lower-level endpoint that is accessed by the SAP.
Dependent
Data type: CIM_ServiceAccessPoint
Access type: Read-only
The AccessPoint or ProtocolEndpoint that is dependent on the lower-level endpoint.
Requirements
Namespace |
Root\CIMV2 |