I've noticed that with WMI queries, ie WQL - SQL for WMI, that you can utilize Associators to access 2 classes in the same namespace like Msvm_VirtualSystemSettingData and Msvm_ResourceAllocationSettingData that are a part of \root\virtualization\v2.
Are ASSOCIATORS the same as ManagementObjectCollection's GetRelated Method?