SMS_DCMDeploymentErrorDetailsPerAsset 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_DCMDeploymentErrorDetailsPerAsset Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents asset details per asset for a deployment error.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_DCMDeploymentErrorDetailsPerAsset : SMS_BaseClass
{
String ADUserName;
UInt32 AssetID;
UInt32 AssetType;
UInt32 AssignmentID;
String AssignmentUniqueID;
UInt32 BL_ID;
String BLName;
UInt32 BLRevision;
UInt32 CI_ID;
String CIName;
UInt32 ClientType;
String ClientTypeDisplay;
String DeviceName;
UInt32 ErrorCode;
String ErrorDescription;
UInt32 ErrorType;
String ErrorTypeDisplay;
UInt32 ItemKey;
String ObjectDescription;
UInt32 ObjectID;
String ObjectName;
UInt32 ObjectType;
String ObjectTypeName;
UInt32 Revision;
String RuleStateDisplay;
UInt32 StatusType;
String TargetCollectionID;
String ValidationRule;
};
The SMS_DCMDeploymentErrorDetailsPerAsset class does not define any methods.
- ADUserName
Data type: String
Access type: Read-only
Qualifiers: [key, not_null, read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- AssetID
Data type: UInt32
Access type: Read-only
Qualifiers: [not_null, read]
The ID of the asset.
- AssetType
Data type: UInt32
Access type: Read-only
Qualifiers: [enumeration, not_null, read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- AssignmentID
Data type: UInt32
Access type: Read-only
Qualifiers: [key, not_null, read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- AssignmentUniqueID
Data type: String
Access type: Read-only
Qualifiers: [not_null, read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- BL_ID
Data type: UInt32
Access type: Read-only
Qualifiers: [key, not_null, read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- BLName
Data type: String
Access type: Read-only
Qualifiers: [read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- BLRevision
Data type: UInt32
Access type: Read-only
Qualifiers: [not_null, read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- CI_ID
Data type: UInt32
Access type: Read-only
Qualifiers: [key, not_null, read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- CIName
Data type: String
Access type: Read-only
Qualifiers: [read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- ClientType
Data type: UInt32
Access type: Read-only
Qualifiers: [enumeration, not_null, read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- ClientTypeDisplay
Data type: String
Access type: Read-only
Qualifiers: [read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- DeviceName
Data type: String
Access type: Read-only
Qualifiers: [read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- ErrorCode
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
Error code.
- ErrorDescription
Data type: String
Access type: Read-only
Qualifiers: [read]
Description of the error.
- ErrorType
Data type: UInt32
Access type: Read-only
Qualifiers: [enumeration, read]
Error type. Possible values are:
1
INFRASTRUCTURAL
2
DISCOVERY
3
CONFLICT
4
ENFORCEMENT
- ErrorTypeDisplay
Data type: String
Access type: Read-only
Qualifiers: [read]
The name of the error type in the console.
- ItemKey
Data type: UInt32
Access type: Read-only
Qualifiers: [key, not_null, read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- ObjectDescription
Data type: String
Access type: Read-only
Qualifiers: [read]
Description of the object.
- ObjectID
Data type: UInt32
Access type: Read-only
Qualifiers: [key, not_null, read]
ID of the object.
- ObjectName
Data type: String
Access type: Read-only
Qualifiers: [not_null, read]
Name of the object.
- ObjectType
Data type: UInt32
Access type: Read-only
Qualifiers: [not_null, read]
Object type. Possible values are:
1
CI
2
SETTING
3
RULE
- ObjectTypeName
Data type: String
Access type: Read-only
Qualifiers: [not_null, read]
Name of the object type.
- Revision
Data type: UInt32
Access type: Read-only
Qualifiers: [not_null, read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- RuleStateDisplay
Data type: String
Access type: Read-only
Qualifiers: [not_null, read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- StatusType
Data type: UInt32
Access type: Read-only
Qualifiers: [key, not_null, read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- TargetCollectionID
Data type: String
Access type: Read-only
Qualifiers: [not_null, read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- ValidationRule
Data type: String
Access type: Read-only
Qualifiers: [read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.