SMS_AppDependencyData 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_AppDependencyData Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents application deployment dependency data.

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

Class SMS_AppDependencyData : SMS_BaseClass
{
    UInt32 AssignmentID;
    String AssignmentUniqueID;
    String CollectionID;
    UInt32 ComplianceState;
    String DependencyGroup;
    String DependentDTName;
    UInt32 DTCI;
    UInt32 DTModelID;
    UInt64 DTResultID;
    UInt32 EnforcementState;
    UInt32 ErrorValue;
    String MachineName;
    String UserName;
};

The SMS_AppDependencyData class does not define any methods.

AssignmentID

Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

AssignmentUniqueID

Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class..

CollectionID

Data type: String

Access type: Read-only

Qualifiers: [key, not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

ComplianceState

Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

DependencyGroup

Data type: String

Access type: Read-only

Qualifiers: [key, not_null, read]

Name of the Dependency group.

DependentDTName

Data type: String

Access type: Read-only

Qualifiers: [key, not_null, read]

Name of the dependent deployment type.

DTCI

Data type: UInt32

Access type: Read-only

Qualifiers: [key, not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

DTModelID

Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

DTResultID

Data type: UInt64

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

EnforcementState

Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

Enforcement state. Possible values are:

0

Enforcement State Unknown

1

Enforcement started

2

Enforcement waiting for content

3

Waiting for another installation to complete

4

Waiting for maintenance window before installing

5

Restart required before installing

6

General failure

7

Pending installation

8

Installing update

9

Pending system restart

10

Successfully installed update

11

Failed to install update

12

Downloading update

13

Downloaded update

14

Failed to download update

ErrorValue

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Last return value.

MachineName

Data type: String

Access type: Read-only

Qualifiers: [key, not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

Name of the computer that created the message.

UserName

Data type: String

Access type: Read-only

Qualifiers: [key, not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

Show: