Share via


SMS_AppDependencyData Server WMI Class

 

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.

Syntax

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

Methods

The SMS_AppDependencyData class does not define any methods.

Properties

Remarks

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Configuration Manager Application Management Server WMI Classes