The SMS_MigrationEntityDependency Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the dependency relationship between objects in the Configuration Manager 2007 hierarchy.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_MigrationEntityDependency : SMS_BaseClass { UInt32 Dependant; UInt32 DependencyType; UInt32 EntityID; }; |
Methods
The SMS_MigrationEntityDependency class does not define any methods.
Properties
- Dependant
- Data type: UInt32Access type: Read-only Qualifiers: [key]Dependent entity identifier.
- DependencyType
- Data type: UInt32Access type: Read-only Qualifiers: [key]Entity dependency type.
- EntityID
- Data type: UInt32Access type: Read-only Qualifiers: [key]Entity ID.
Remarks
The dependency tree is flattened for performance, which means, if A depends on B, and B depends on C, by querying this class, you can get an instance representing A depends on C. By referring to this class, you can guarantee the data integrity when creating a migration job.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.