SMS_CIUpdateSources 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_CIUpdateSources Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 R2 Configuration Manager, that provides information on all the update sources associated with an SMS_SoftwareUpdate Server WMI Class object.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_CIUpdateSources : SMS_BaseClass
{
UInt32 CI_ID;
DateTime DateCreated;
DateTime DateModified;
UInt32 MinSourceVersion;
String ModelName;
UInt32 UpdateSource_ID;
};
The SMS_CIUpdateSources class does not define any methods.
- CI_ID
Data type: UInt32
Access type: Read/Write
Qualifiers: [key]
Unique ID of the configuration item corresponding to the software update. This ID is unique only for the site. The ID is defined by the CI_ID property of SMS_ConfigurationItemBaseClass Server WMI Class.
- DateCreated
Data type: DateTime
Access type: Read/Write
Qualifiers: None
Date and time when the configuration was created.
- DateModified
Data type: DateTime
Access type: Read/Write
Qualifiers: None
The last date and time when the configuration item was modified.
- MinSourceVersion
Data type: UInt32
Access type: Read/Write
Qualifiers: None
Minimum version of the source in which the update was found.
- ModelName
Data type: String
Access type: Read/Write
Qualifiers: None
- UpdateSource_ID
Data type: UInt32
Access type: Read/Write
Qualifiers: [key]
The ID of the software update source. Supported sources are Windows Server Update Services (WSUS) and ITMU/Offline Catalog. For more information, see SMS_SoftwareUpdateSource Server WMI Class.
Class qualifiers for this class include:
Read (read-only)
For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Your application uses this class in synchronizing software update metadata so that correct information can be obtained from a source during software update deployment.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.