The SMS_DPStatusDetails Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents distribution point status details.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_DPStatusDetails : SMS_BaseClass { String DPName; SInt64 ID; String InsString1; String InsString10; String InsString2; String InsString3; String InsString4; String InsString5; String InsString6; String InsString7; String InsString8; String InsString9; DateTime LastStatusTime; UInt32 MessageCategory; UInt32 MessageFullID; UInt32 MessageID; UInt32 MessageSeverity; UInt32 MessageState; String NALPath; String PackageID; String SiteCode; SInt64 StatusMsgID; }; |
Methods
The SMS_DPStatusDetails class does not define any methods.
Properties
- DPName
- Data type: StringAccess type: Read-only Qualifiers: [not_null, read]Name of the distribution point.
- ID
- Data type: SInt64Access type: Read-only Qualifiers: [key, not_null, read]Identifier for the distribution point.
- InsString1
- Data type: StringAccess type: Read/Write Qualifiers: noneInsertion string for the given status message.
- InsString10
- Data type: StringAccess type: Read/Write Qualifiers: noneInsertion string for the given status message.
- InsString2
- Data type: StringAccess type: Read/Write Qualifiers: noneInsertion string for the given status message.
- InsString3
- Data type: StringAccess type: Read/Write Qualifiers: noneInsertion string for the given status message.
- InsString4
- Data type: StringAccess type: Read/Write Qualifiers: noneInsertion string for the given status message.
- InsString5
- Data type: StringAccess type: Read/Write Qualifiers: noneInsertion string for the given status message.
- InsString6
- Data type: StringAccess type: Read/Write Qualifiers: noneInsertion string for the given status message.
- InsString7
- Data type: StringAccess type: Read/Write Qualifiers: noneInsertion string for the given status message.
- InsString8
- Data type: StringAccess type: Read/Write Qualifiers: noneInsertion string for the given status message.
- InsString9
- Data type: StringAccess type: Read/Write Qualifiers: noneInsertion string for the given status message.
- LastStatusTime
- Data type: DateTimeAccess type: Read-only Qualifiers: [read]Time of the status message.
- MessageCategory
- Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]Status message category.
- MessageFullID
- Data type: UInt32Access type: Read-only Qualifiers: [read]Status message full ID with severity.
- MessageID
- Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]Identifier of the status message.
- MessageSeverity
- Data type: UInt32Access type: Read-only Qualifiers:
[enumeration, read]Severity of the status message.
0x40000000
Success
0x80000000
Warning
0xC0000000
Error
- MessageState
- Data type: UInt32Access type: Read-only Qualifiers:
[not_null, read]State of the message.
1
Success
2
InProgress
3
Error
- NALPath
- Data type: StringAccess type: Read-only Qualifiers: [not_null, read]NALPath description … NALPath. The default value is …
- PackageID
- Data type: StringAccess type: Read-only Qualifiers: [not_null, read]Identifier for the package.
- SiteCode
- Data type: StringAccess type: Read/Write Qualifiers: noneSource site for this status.
- StatusMsgID
- Data type: SInt64Access type: Read-only Qualifiers: [not_null, read]Status message instance identifier. Link to SMS_StatusMessage RecordID.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.