BACK TO INDEX

Win32_DependentService
The Win32_DependentService class represents an association between two interdependent base services.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AntecedentReferenceThe Antecedent reference represents the Win32_BaseService containing the base service relied upon by the Dependent property of this class.
DependentReferenceThe Dependent reference represents the Win32_BaseService containing a base service that is dependent on the Antecedent property of this class.
TypeOfDependencyUInt16The nature of the service to service dependency. This property describes that the associated service must have completed (value=2), must be started (3) or must not be started (4) in order for the service to function.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_DependentService
   {
    Antecedent = "\\\\SCCM01\\root\\cimv2:Win32_SystemDriver.Name=\"Tcpip\"";
    Dependent = "\\\\SCCM01\\root\\CIMV2:Win32_SystemDriver.Name=\"Atmarpc\"";
   };