SMS_MigrationEntityDependency Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

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;
};

The SMS_MigrationEntityDependency class does not define any methods.

Dependant

Data type: UInt32

Access type: Read-only

Qualifiers: [key]

Dependent entity identifier.

DependencyType

Data type: UInt32

Access type: Read-only

Qualifiers: [key]

Entity dependency type.

EntityID

Data type: UInt32

Access type: Read-only

Qualifiers: [key]

Entity ID.

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.

Show: