SMS_CIContentPackage 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_CIContentPackage Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, represents the relationship between configuration item and associated content to SMS Package where the binary content is packaged and distributed.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_CIContentPackage : SMS_BaseClass
{
UInt32 CI_ID;
UInt32 CI_SecuredTypeID;
String CI_UniqueID;
String ModelName;
String PackageID;
};
The SMS_CIContentPackage class does not define any methods.
- CI_ID
Data type: UInt32
Access type: Read/Write
Qualifiers: [key]
- CI_SecuredTypeID
Data type: UInt32
Access type: Read/Write
Qualifiers: none
CI_SecuredTypeID is the associated RBAC security object type, depending on which object content (Application, Software Update and so on) is part of this package.
- CI_UniqueID
Data type: String
Access type: Read/Write
Qualifiers: none
- ModelName
Data type: String
Access type: Read/Write
Qualifiers: none
- PackageID
Data type: String
Access type: Read/Write
Qualifiers: [key]
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.