The SMS_DPContentInfo Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that describes package information for a given distribution point.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_DPContentInfo : SMS_BaseClass { String Description; Boolean IsPredefinedPackage; String NALPath; String Name; String ObjectID; UInt32 ObjectType; UInt32 ObjectTypeID; String PackageID; UInt32 SourceSize; }; |
Methods
The SMS_DPContentInfo class does not define any methods.
Properties
- Description
- Data type: StringAccess type: Read/Write Qualifiers: noneDescription for the package or application.
- IsPredefinedPackage
- Data type: BooleanAccess type: Read-only Qualifiers: [read]True if this package is a predefined package.
- NALPath
- Data type: StringAccess type: Read/Write Qualifiers: [key]Distribution point NALPath.
- Name
- Data type: StringAccess type: Read/Write Qualifiers: noneName of the package or application.
- ObjectID
- Data type: StringAccess type: Read/Write Qualifiers: [key]The identifier of the package or the unique identifier of the configuration item.
- ObjectType
- Data type: UInt32Access type: Read-only Qualifiers:
[enumeration, read]Object type.
Value
Description
0
PKG_TYPE_REGULAR
3
PKG_TYPE_DRIVER
4
PKG_TYPE_TASK_SEQUENCE
5
PKG_TYPE_SWUPDATES
6
PKG_TYPE_DEVICE_SETTING
8
PKG_CONTENT_PACKAGE
257
PKG_TYPE_IMAGE
258
PKG_TYPE_BOOTIMAGE
259
PKG_TYPE_OSINSTALLIMAGE
512
APPLICATION
- ObjectTypeID
- Data type: UInt32Access type: Read-only Qualifiers:
[enumeration, read]Secured object class ID.
Value
Description
2
SMS_Package
14
SMS_OperatingSystemInstallPackage
18
SMS_ImagePackage
19
SMS_BootImagePackage
23
SMS_DriverPackage
24
SMS_SoftwareUpdatesPackage
31
SMS_Application
- PackageID
- Data type: StringAccess type: Read/Write Qualifiers: noneIdentifier for the package.
- SourceSize
- Data type: UInt32Access type: Read/Write Qualifiers: noneSource size of the package.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.