SMS_AppRelation_Flat 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_AppRelation_Flat Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the flattened application relation. This includes direct and indirect relations.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_AppRelation_Flat : SMS_BaseClass
{
    UInt32 FromApplicationCIID;
    UInt32 FromDeploymentTypeCIID;
    UInt32 Level;
    UInt32 RelationType;
    UInt32 ToApplicationCIID;
    UInt32 ToDeploymentTypeCIID;
};

The SMS_AppRelation_Flat class does not define any methods.

FromApplicationCIID

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

From-application configuration item identifier.

FromDeploymentTypeCIID

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

From-deployment type identifier.

Level

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

Level between the from-deployment type and the to-deployment type.

RelationType

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

Type of relationship between configuration items. Possible values are:

1

Bundled

2

Required

3

Prohibited

4

Optional

5

Derived

6

Superseded

ToApplicationCIID

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

To-application configuration item identifier.

ToDeploymentTypeCIID

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

To-deployment type configuration item identifier.

Show: