| Win32_DependentService | |||
| The Win32_DependentService class represents an association between two interdependent base services. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Antecedent | Reference | The Antecedent reference represents the Win32_BaseService containing the base service relied upon by the Dependent property of this class. | |
| Dependent | Reference | The Dependent reference represents the Win32_BaseService containing a base service that is dependent on the Antecedent property of this class. | |
| TypeOfDependency | UInt16 | The 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\"";    }; | |||