Win32_DependentService class
The Win32_DependentService association WMI class relates two interdependent base services.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties are listed in alphabetic order, not MOF order.
Syntax
[Dynamic, Provider("CIMWin32"), UUID("{8502C4FA-5FBB-11D2-AAC1-006008C78BC7}"), AMENDMENT]
class Win32_DependentService : CIM_ServiceServiceDependency
{
uint16 TypeOfDependency;
Win32_BaseService REF Antecedent;
Win32_BaseService REF Dependent;
};
Members
The Win32_DependentService class has these types of members:
Properties
The Win32_DependentService class has these properties.
-
Antecedent
-
-
Data type: Win32_BaseService
-
Access type: Read-only
-
Qualifiers: key, Override ("Antecedent"), MappingStrings ("WMI|Win32_BaseService")
A Win32_BaseService representing the base service relied upon by the Dependent property of this class.
-
-
Dependent
-
-
Data type: Win32_BaseService
-
Access type: Read-only
-
Qualifiers: key, Override ("Dependent"), MappingStrings ("WMI|Win32_BaseService")
A Win32_BaseService representing the base service that is dependent on the Antecedent property of this class.
-
-
TypeOfDependency
-
-
Data type: uint16
-
Access type: Read-only
Nature of the service-to-service dependency. This property indicates that the associated service must have completed, must be started, or must not be started for the service to function.
This property is inherited from CIM_ServiceServiceDependency.
-
-
Unknown (0)
-
Other (1)
-
Service Must Have Completed (2)
-
Service must have completed.
-
Service Must Be Started (3)
-
Service must be started.
-
Service Must Not Be Started (4)
-
Service must not be started.
Remarks
The Win32_DependentService class is derived from CIM_ServiceServiceDependency.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMV2 |
MOF |
|
DLL |
|