SMS_CIUpdateSources Server WMI Class
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The SMS_CIUpdateSources Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that provides information on all of 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;
UInt32 UpdateSource_ID;
};
Methods
The SMS_CIUpdateSources class does not define any methods.
Properties
CI_ID
Data type: UInt32Access type: Read/Write
Qualifiers: [key]
The 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: DateTimeAccess type: Read/Write
Qualifiers: None
The date and time when the configuration was created.
DateModified
Data type: DateTimeAccess type: Read/Write
Qualifiers: None
The last date and time when the configuration item was modified.
MinSourceVersion
Data type: UInt32Access type: Read/Write
Qualifiers: None
Minimum version of the source in which the update was found.
UpdateSource_ID
Data type: UInt32Access 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.
Remarks
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
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
See Also
Reference
SMS_ConfigurationItemBaseClass Server WMI Class
SMS_SoftwareUpdate Server WMI Class
Concepts
Software Updates Server WMI Classes
SMS_SoftwareUpdateSource Server WMI Class
Configuration Manager Software Updates