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

Methods

The SMS_DCMDeploymentErrorDetailsPerAsset class does not define any methods.

Properties

ADUserName

Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
AssetID

Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]The ID of the asset.
AssetType

Data type: UInt32Access type: Read-only Qualifiers: [enumeration, not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
AssignmentID

Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
AssignmentUniqueID

Data type: StringAccess type: Read-only Qualifiers: [not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
BL_ID

Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
BLName

Data type: StringAccess type: Read-only Qualifiers: [read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
BLRevision

Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
CI_ID

Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
CIName

Data type: StringAccess type: Read-only Qualifiers: [read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
ClientType

Data type: UInt32Access type: Read-only Qualifiers: [enumeration, not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
ClientTypeDisplay

Data type: StringAccess type: Read-only Qualifiers: [read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
DeviceName

Data type: StringAccess type: Read-only Qualifiers: [read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
ErrorCode

Data type: UInt32Access type: Read-only Qualifiers: [read]Error code.
ErrorDescription

Data type: StringAccess type: Read-only Qualifiers: [read]Description of the error.
ErrorType

Data type: UInt32Access type: Read-only Qualifiers: [enumeration, read]Error type. Possible values are:

1

INFRASTRUCTURAL

2

DISCOVERY

3

CONFLICT

4

ENFORCEMENT

ErrorTypeDisplay

Data type: StringAccess type: Read-only Qualifiers: [read]The name of the error type in the console.
ItemKey

Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
ObjectDescription

Data type: StringAccess type: Read-only Qualifiers: [read]Description of the object.
ObjectID

Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]ID of the object.
ObjectName

Data type: StringAccess type: Read-only Qualifiers: [not_null, read]Name of the object.
ObjectType

Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]Object type. Possible values are:

1

CI

2

SETTING

3

RULE

ObjectTypeName

Data type: StringAccess type: Read-only Qualifiers: [not_null, read]Name of the object type.
Revision

Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
RuleStateDisplay

Data type: StringAccess type: Read-only Qualifiers: [not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
StatusType

Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
TargetCollectionID

Data type: StringAccess type: Read-only Qualifiers: [not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
ValidationRule

Data type: StringAccess type: Read-only Qualifiers: [read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

Remarks

Requirements

Runtime Requirements

Development Requirements