| Win32_LoadOrderGroupServiceDependencies | |||
| The Win32_LoadOrderGroupServiceDependencies class represents an association between a base service and a load order group that the service depends on to start running. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Antecedent | Reference | The Antecedent reference represents the Win32_LoadOrderGroup containing the properties of the load order group that must start before the dependent base service of this class can start. | |
| Dependent | Reference | The Dependent reference represents the Win32_BaseService containing the properties of the base service that is dependent upon the load order group in order to start running. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_LoadOrderGroupServiceDependencies    {     Antecedent = "\\\\SCCM01\\root\\cimv2:Win32_LoadOrderGroup.Name=\"NetBIOSGroup\"";     Dependent = "\\\\SCCM01\\root\\cimv2:Win32_Service.Name=\"RemoteAccess\"";    }; | |||